mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #20240 from Homebrew/sync-shared-config
Synchronize shared configuration
This commit is contained in:
commit
11b3bd91c9
42
.github/dependabot.yml
vendored
42
.github/dependabot.yml
vendored
@ -19,6 +19,27 @@ updates:
|
||||
default-days: 1
|
||||
include:
|
||||
- "*"
|
||||
- package-ecosystem: bundler
|
||||
directories:
|
||||
- "/Library/Homebrew"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: friday
|
||||
time: '08:00'
|
||||
timezone: Etc/UTC
|
||||
allow:
|
||||
- dependency-type: all
|
||||
groups:
|
||||
dependabot:
|
||||
patterns:
|
||||
- "*"
|
||||
cooldown:
|
||||
default-days: 1
|
||||
semver-major-days: 14
|
||||
semver-minor-days: 7
|
||||
semver-patch-days: 1
|
||||
include:
|
||||
- "*"
|
||||
- package-ecosystem: docker
|
||||
directory: "/"
|
||||
schedule:
|
||||
@ -49,4 +70,25 @@ updates:
|
||||
default-days: 1
|
||||
include:
|
||||
- "*"
|
||||
- package-ecosystem: pip
|
||||
directories:
|
||||
- "/Library/Homebrew/formula-analytics/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: friday
|
||||
time: '08:00'
|
||||
timezone: Etc/UTC
|
||||
allow:
|
||||
- dependency-type: all
|
||||
groups:
|
||||
dependabot:
|
||||
patterns:
|
||||
- "*"
|
||||
cooldown:
|
||||
default-days: 1
|
||||
semver-major-days: 14
|
||||
semver-minor-days: 7
|
||||
semver-patch-days: 1
|
||||
include:
|
||||
- "*"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user