Skip to content

Commit eb9bdbf

Browse files
committed
Use dependabot to check action versions.
1 parent c0e5302 commit eb9bdbf

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
version: 2
22
updates:
3-
# Enable version updates for npm
4-
- package-ecosystem: 'npm'
5-
# Look for `package.json` and `lock` files in the `root` directory
6-
directory: '/'
7-
# Check the npm registry for updates every day (weekdays)
3+
- package-ecosystem: github-actions
4+
directory: /
85
schedule:
9-
interval: 'monthly'
6+
interval: monthly
7+
8+
- package-ecosystem: npm
9+
directory: /
10+
schedule:
11+
interval: monthly

0 commit comments

Comments
 (0)