Skip to content

Commit 4bcc240

Browse files
authored
Merge pull request #333 from Homebrew/sync-shared-config
2 parents 0d54bd7 + 17ba32a commit 4bcc240

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/dependabot.yml

Lines changed: 7 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,8 +11,12 @@ 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

0 commit comments

Comments
 (0)