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

Synchronize shared configuration
This commit is contained in:
Patrick Linnane 2025-07-14 17:02:08 +00:00 committed by GitHub
commit 40a1297dcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,20 +1,21 @@
# 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
multi-ecosystem-groups:
all:
schedule:
interval: weekly
day: friday
time: '08:00'
timezone: Etc/UTC
updates: updates:
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: "/" directory: "/"
schedule: multi-ecosystem-group: all
interval: weekly patterns:
day: friday - "*"
time: '08:00'
timezone: Etc/UTC
allow: allow:
- dependency-type: all - dependency-type: all
groups:
dependabot:
patterns:
- "*"
cooldown: cooldown:
default-days: 1 default-days: 1
include: include:
@ -22,17 +23,11 @@ updates:
- package-ecosystem: bundler - package-ecosystem: bundler
directories: directories:
- "/Library/Homebrew" - "/Library/Homebrew"
schedule: multi-ecosystem-group: all
interval: weekly patterns:
day: friday - "*"
time: '08:00'
timezone: Etc/UTC
allow: allow:
- dependency-type: all - dependency-type: all
groups:
dependabot:
patterns:
- "*"
cooldown: cooldown:
default-days: 1 default-days: 1
semver-major-days: 14 semver-major-days: 14
@ -42,30 +37,18 @@ updates:
- "*" - "*"
- package-ecosystem: docker - package-ecosystem: docker
directory: "/" directory: "/"
schedule: multi-ecosystem-group: all
interval: weekly patterns:
day: friday - "*"
time: '08:00'
timezone: Etc/UTC
allow: allow:
- dependency-type: all - dependency-type: all
groups:
dependabot:
patterns:
- "*"
- package-ecosystem: devcontainers - package-ecosystem: devcontainers
directory: "/" directory: "/"
schedule: multi-ecosystem-group: all
interval: weekly patterns:
day: friday - "*"
time: '08:00'
timezone: Etc/UTC
allow: allow:
- dependency-type: all - dependency-type: all
groups:
dependabot:
patterns:
- "*"
cooldown: cooldown:
default-days: 1 default-days: 1
include: include:
@ -73,17 +56,11 @@ updates:
- package-ecosystem: pip - package-ecosystem: pip
directories: directories:
- "/Library/Homebrew/formula-analytics/" - "/Library/Homebrew/formula-analytics/"
schedule: multi-ecosystem-group: all
interval: weekly patterns:
day: friday - "*"
time: '08:00'
timezone: Etc/UTC
allow: allow:
- dependency-type: all - dependency-type: all
groups:
dependabot:
patterns:
- "*"
cooldown: cooldown:
default-days: 1 default-days: 1
semver-major-days: 14 semver-major-days: 14