Skip to content

Commit f976aa3

Browse files
authored
Merge pull request #789 from Homebrew/sync-shared-config
2 parents 00689cb + b7c35ab commit f976aa3

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
@@ -1,6 +1,10 @@
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+
- "*"
48
updates:
59
- package-ecosystem: github-actions
610
directory: "/"
@@ -11,8 +15,8 @@ updates:
1115
timezone: Etc/UTC
1216
allow:
1317
- dependency-type: all
14-
groups:
15-
github-actions:
16-
patterns:
17-
- "*"
18+
cooldown:
19+
semver-major-days: 14
20+
semver-minor-days: 7
21+
semver-patch-days: 1
1822

0 commit comments

Comments
 (0)