Skip to content

Commit b9fb6f0

Browse files
committed
dependabot.yml: update to match main configuration
1 parent 65e5152 commit b9fb6f0

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# This file is synced from the `.github` repository, do not modify it directly.
22
---
33
version: 2
4-
groups:
5-
dependabot:
6-
patterns:
7-
- "*"
84
updates:
95
- package-ecosystem: github-actions
106
directory: "/"
@@ -15,10 +11,14 @@ updates:
1511
timezone: Etc/UTC
1612
allow:
1713
- dependency-type: all
14+
groups:
15+
dependabot:
16+
patterns:
17+
- "*"
1818
cooldown:
19-
semver-major-days: 14
20-
semver-minor-days: 7
21-
semver-patch-days: 1
19+
default-days: 1
20+
include:
21+
- "*"
2222
- package-ecosystem: bundler
2323
directories:
2424
- "/"
@@ -30,8 +30,15 @@ updates:
3030
timezone: Etc/UTC
3131
allow:
3232
- dependency-type: all
33+
groups:
34+
dependabot:
35+
patterns:
36+
- "*"
3337
cooldown:
38+
default-days: 1
3439
semver-major-days: 14
3540
semver-minor-days: 7
3641
semver-patch-days: 1
42+
include:
43+
- "*"
3744

0 commit comments

Comments
 (0)