Skip to content

Commit 71402e7

Browse files
authored
Add groups and cooldown settings to dependabot.yml (#337)
We control cookie, so don’t need the 3 day default. Also group actions PRs.
1 parent 0cb194f commit 71402e7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7+
groups:
8+
actions:
9+
patterns:
10+
- "*"
11+
712
- package-ecosystem: "gitsubmodule"
813
directory: "/"
14+
cooldown:
15+
default-days: 0
916
allow:
1017
- dependency-name: "external-content/cookie"
1118
schedule:

0 commit comments

Comments
 (0)