Skip to content

Commit 4fb0a00

Browse files
committed
chore: add dependabot config
1 parent ebda176 commit 4fb0a00

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.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+
- package-ecosystem: 'npm'
4+
directory: '/'
5+
schedule:
6+
interval: 'daily'
7+
groups:
8+
all-dependencies:
9+
patterns:
10+
- '*'
11+
update-types:
12+
- 'minor'
13+
- 'patch'
14+
- package-ecosystem: 'github-actions'
15+
directory: '/'
16+
schedule:
17+
interval: 'daily'

0 commit comments

Comments
 (0)