Skip to content

Commit 061e64d

Browse files
authored
Merge pull request #20318 from Homebrew/sync-shared-config
Synchronize shared configuration
2 parents 4a54726 + 636ff89 commit 061e64d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 9 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+
- "/Library/Homebrew"
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-
- "/Library/Homebrew"
27+
- package-ecosystem: devcontainers
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
- package-ecosystem: docker
@@ -42,7 +42,7 @@ updates:
4242
- "*"
4343
allow:
4444
- dependency-type: all
45-
- package-ecosystem: devcontainers
45+
- package-ecosystem: github-actions
4646
directory: "/"
4747
multi-ecosystem-group: all
4848
patterns:

0 commit comments

Comments
 (0)