Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit b4ceae9

Browse files
committed
Use dependabot to automatically update gh actions
Updating npm packages is for now disabled due to possible issues with lerna
1 parent cc33682 commit b4ceae9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
### Issues with lerna stop us from auto-updating npm dependencies
8+
### See: https://github.com/codeoverflow-org/nodecg-io/issues/263
9+
# - package-ecosystem: "npm"
10+
# directory: "/"
11+
# schedule:
12+
# interval: "daily"

0 commit comments

Comments
 (0)