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