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
36a4cb42ed
commit
82914cafb1
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.
|
||||
---
|
||||
version: 2
|
||||
groups:
|
||||
dependabot:
|
||||
patterns:
|
||||
- "*"
|
||||
updates:
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
@ -15,10 +11,14 @@ updates:
|
||||
timezone: Etc/UTC
|
||||
allow:
|
||||
- dependency-type: all
|
||||
groups:
|
||||
dependabot:
|
||||
patterns:
|
||||
- "*"
|
||||
cooldown:
|
||||
semver-major-days: 14
|
||||
semver-minor-days: 7
|
||||
semver-patch-days: 1
|
||||
default-days: 1
|
||||
include:
|
||||
- "*"
|
||||
- package-ecosystem: docker
|
||||
directory: "/"
|
||||
schedule:
|
||||
@ -28,10 +28,10 @@ updates:
|
||||
timezone: Etc/UTC
|
||||
allow:
|
||||
- dependency-type: all
|
||||
cooldown:
|
||||
semver-major-days: 14
|
||||
semver-minor-days: 7
|
||||
semver-patch-days: 1
|
||||
groups:
|
||||
dependabot:
|
||||
patterns:
|
||||
- "*"
|
||||
- package-ecosystem: devcontainers
|
||||
directory: "/"
|
||||
schedule:
|
||||
@ -41,8 +41,12 @@ updates:
|
||||
timezone: Etc/UTC
|
||||
allow:
|
||||
- dependency-type: all
|
||||
groups:
|
||||
dependabot:
|
||||
patterns:
|
||||
- "*"
|
||||
cooldown:
|
||||
semver-major-days: 14
|
||||
semver-minor-days: 7
|
||||
semver-patch-days: 1
|
||||
default-days: 1
|
||||
include:
|
||||
- "*"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user