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

Commit 70374d2

Browse files
authored
Merge pull request #262 from codeoverflow-org/dependabot
Use dependabot to automatically update gh actions
2 parents cc33682 + b4ceae9 commit 70374d2

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)