Skip to content

Commit 43dbc5c

Browse files
committed
- configure dependabot for GitHub Actions
1 parent 9f154d5 commit 43dbc5c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/dependabot.yml

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

0 commit comments

Comments
 (0)