Skip to content

Commit c615f59

Browse files
authored
Add groups and cooldown for GitHub Actions and npm (#345)
1 parent 04e7c94 commit c615f59

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
version: 2
22
updates:
3-
# Maintain dependencies for GitHub Actions
43
- package-ecosystem: 'github-actions'
54
directory: '/'
65
schedule:
76
interval: 'daily'
7+
groups:
8+
github-actions-dependencies:
9+
patterns:
10+
- '*'
11+
cooldown:
12+
default-days: 7
813

9-
# Maintain dependencies for npm
1014
- package-ecosystem: 'npm'
1115
directory: '/'
1216
schedule:
1317
interval: 'daily'
18+
groups:
19+
npm-dependencies:
20+
patterns:
21+
- '*'
22+
cooldown:
23+
default-days: 7

0 commit comments

Comments
 (0)