mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
dependabot.yml: update to match main configuration
This commit is contained in:
parent
a2bf23ef70
commit
e4893037ae
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.
|
# 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: "/"
|
||||||
@ -11,10 +15,10 @@ updates:
|
|||||||
timezone: Etc/UTC
|
timezone: Etc/UTC
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: all
|
- dependency-type: all
|
||||||
groups:
|
cooldown:
|
||||||
github-actions:
|
semver-major-days: 14
|
||||||
patterns:
|
semver-minor-days: 7
|
||||||
- "*"
|
semver-patch-days: 1
|
||||||
- package-ecosystem: docker
|
- package-ecosystem: docker
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
@ -24,10 +28,10 @@ updates:
|
|||||||
timezone: Etc/UTC
|
timezone: Etc/UTC
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: all
|
- dependency-type: all
|
||||||
groups:
|
cooldown:
|
||||||
docker:
|
semver-major-days: 14
|
||||||
patterns:
|
semver-minor-days: 7
|
||||||
- "*"
|
semver-patch-days: 1
|
||||||
- package-ecosystem: devcontainers
|
- package-ecosystem: devcontainers
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
@ -37,8 +41,8 @@ updates:
|
|||||||
timezone: Etc/UTC
|
timezone: Etc/UTC
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: all
|
- dependency-type: all
|
||||||
groups:
|
cooldown:
|
||||||
devcontainers:
|
semver-major-days: 14
|
||||||
patterns:
|
semver-minor-days: 7
|
||||||
- "*"
|
semver-patch-days: 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user