Skip to content

Commit 2dfff6d

Browse files
committed
fix: add dependabot config
1 parent 9a79ee0 commit 2dfff6d

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+
- 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)