Skip to content

Commit

Permalink
Added github dependabot config, apply coding conventions for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vpmedia committed Dec 7, 2023
1 parent d4d066e commit 4be1cb1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright (c) 2023-present HPG Interactive
# author: Andras Csizmadia <andras@vpmedia.hu>
# see: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
all:
patterns:
- "*"
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Node.js CI

on:
push:
branches: [ "main" ]
branches: [main]
pull_request:
branches: [ "main" ]
branches: [main]

jobs:
build:
Expand Down

0 comments on commit 4be1cb1

Please sign in to comment.