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

Synchronize shared configuration
This commit is contained in:
Patrick Linnane 2025-07-10 17:25:05 +00:00 committed by GitHub
commit a65b9d0128
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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