Skip to content

Commit 913b73e

Browse files
committed
dependabot.yml: update to match main configuration
1 parent f8c110d commit 913b73e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ updates:
1010
day: friday
1111
time: '08:00'
1212
timezone: Etc/UTC
13-
patterns:
14-
- "*"
13+
groups:
14+
bundler:
15+
patterns:
16+
- "*"
1517
allow:
1618
- dependency-type: all
1719
cooldown:
@@ -23,8 +25,10 @@ updates:
2325
day: friday
2426
time: '08:00'
2527
timezone: Etc/UTC
26-
patterns:
27-
- "*"
28+
groups:
29+
github-actions:
30+
patterns:
31+
- "*"
2832
allow:
2933
- dependency-type: all
3034
cooldown:

0 commit comments

Comments
 (0)