Skip to content

Commit 91db3ac

Browse files
committed
add dependabot.yml
1 parent f2e3821 commit 91db3ac

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
9+
- package-ecosystem: "npm"
10+
directory: "/"
11+
schedule:
12+
interval: "daily"
13+
14+
- package-ecosystem: 'bundler'
15+
directory: '/'
16+
schedule:
17+
interval: 'daily'

0 commit comments

Comments
 (0)