mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 07:59:02 +08:00
Merge pull request #20234 from Homebrew/sync-shared-config
Synchronize shared configuration
This commit is contained in:
commit
a65b9d0128
28
.github/dependabot.yml
vendored
28
.github/dependabot.yml
vendored
@ -1,6 +1,10 @@
|
||||
# This file is synced from the `.github` repository, do not modify it directly.
|
||||
---
|
||||
version: 2
|
||||
groups:
|
||||
dependabot:
|
||||
patterns:
|
||||
- "*"
|
||||
updates:
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
@ -11,10 +15,10 @@ updates:
|
||||
timezone: Etc/UTC
|
||||
allow:
|
||||
- dependency-type: all
|
||||
groups:
|
||||
github-actions:
|
||||
patterns:
|
||||
- "*"
|
||||
cooldown:
|
||||
semver-major-days: 14
|
||||
semver-minor-days: 7
|
||||
semver-patch-days: 1
|
||||
- package-ecosystem: docker
|
||||
directory: "/"
|
||||
schedule:
|
||||
@ -24,10 +28,10 @@ updates:
|
||||
timezone: Etc/UTC
|
||||
allow:
|
||||
- dependency-type: all
|
||||
groups:
|
||||
docker:
|
||||
patterns:
|
||||
- "*"
|
||||
cooldown:
|
||||
semver-major-days: 14
|
||||
semver-minor-days: 7
|
||||
semver-patch-days: 1
|
||||
- package-ecosystem: devcontainers
|
||||
directory: "/"
|
||||
schedule:
|
||||
@ -37,8 +41,8 @@ updates:
|
||||
timezone: Etc/UTC
|
||||
allow:
|
||||
- dependency-type: all
|
||||
groups:
|
||||
devcontainers:
|
||||
patterns:
|
||||
- "*"
|
||||
cooldown:
|
||||
semver-major-days: 14
|
||||
semver-minor-days: 7
|
||||
semver-patch-days: 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user