Skip to content

Commit

Permalink
Merge pull request #262 from codeoverflow-org/dependabot
Browse files Browse the repository at this point in the history
Use dependabot to automatically update gh actions
  • Loading branch information
J0B10 committed Oct 16, 2021
2 parents cc33682 + b4ceae9 commit 70374d2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
### Issues with lerna stop us from auto-updating npm dependencies
### See: https://github.com/codeoverflow-org/nodecg-io/issues/263
# - package-ecosystem: "npm"
# directory: "/"
# schedule:
# interval: "daily"

0 comments on commit 70374d2

Please sign in to comment.