Skip to content

Commit 939aa06

Browse files
committed
Update dependabot.yml with new configuration
1 parent 7e0b741 commit 939aa06

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
version: 2
22
updates:
33
- package-ecosystem: 'npm'
4-
directory: '/'
4+
directory: '/'
55
schedule:
66
interval: 'weekly'
77
cooldown:
88
default-days: 5
99
semver-major-days: 21
1010
semver-minor-days: 14
1111
semver-patch-days: 7
12+
groups:
13+
npm-dependencies:
14+
patterns:
15+
- "*"
1216
- package-ecosystem: 'github-actions'
13-
directory: '/'
17+
directory: '/'
1418
schedule:
15-
interval: 'weekly'
19+
interval: 'weekly'
20+
groups:
21+
github-actions-dependencies:
22+
patterns:
23+
- "*"

0 commit comments

Comments
 (0)