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. # 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 - "*"