Merge pull request #20239 from Homebrew/sync-shared-config

Synchronize shared configuration
This commit is contained in:
Mike McQuaid 2025-07-11 13:28:41 +00:00 committed by GitHub
commit 8856a609d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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:
- "*"