Skip to content

Commit 3857bbf

Browse files
committed
allow dependabot to check for updates to github actions and npm
1 parent 72ae03e commit 3857bbf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for GitHub Actions
4+
- package-ecosystem: 'github-actions'
5+
directory: '/'
6+
schedule:
7+
interval: 'daily'
8+
9+
# Maintain dependencies for npm
10+
- package-ecosystem: 'npm'
11+
directory: '/'
12+
schedule:
13+
interval: 'weekly'
14+
open-pull-requests-limit: 3

0 commit comments

Comments
 (0)