Skip to content

Commit 2401a1f

Browse files
authored
Merge pull request #889 from Homebrew/sync-shared-config
2 parents cf629ff + e360fa4 commit 2401a1f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,30 @@ multi-ecosystem-groups:
99
time: '08:00'
1010
timezone: Etc/UTC
1111
updates:
12-
- package-ecosystem: github-actions
13-
directory: "/"
12+
- package-ecosystem: bundler
13+
directories:
14+
- "/"
1415
multi-ecosystem-group: all
1516
patterns:
1617
- "*"
1718
allow:
1819
- dependency-type: all
1920
cooldown:
2021
default-days: 1
22+
semver-major-days: 14
23+
semver-minor-days: 7
24+
semver-patch-days: 1
2125
include:
2226
- "*"
23-
- package-ecosystem: bundler
24-
directories:
25-
- "/"
27+
- package-ecosystem: github-actions
28+
directory: "/"
2629
multi-ecosystem-group: all
2730
patterns:
2831
- "*"
2932
allow:
3033
- dependency-type: all
3134
cooldown:
3235
default-days: 1
33-
semver-major-days: 14
34-
semver-minor-days: 7
35-
semver-patch-days: 1
3636
include:
3737
- "*"
3838

0 commit comments

Comments
 (0)