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

Synchronize shared configuration
This commit is contained in:
Mike McQuaid 2025-07-28 16:21:17 +00:00 committed by GitHub
commit 061e64d24c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,17 +9,6 @@ multi-ecosystem-groups:
time: '08:00' time: '08:00'
timezone: Etc/UTC timezone: Etc/UTC
updates: updates:
- package-ecosystem: github-actions
directory: "/"
multi-ecosystem-group: all
patterns:
- "*"
allow:
- dependency-type: all
cooldown:
default-days: 1
include:
- "*"
- package-ecosystem: bundler - package-ecosystem: bundler
directories: directories:
- "/Library/Homebrew" - "/Library/Homebrew"
@ -35,6 +24,17 @@ updates:
semver-patch-days: 1 semver-patch-days: 1
include: include:
- "*" - "*"
- package-ecosystem: devcontainers
directory: "/"
multi-ecosystem-group: all
patterns:
- "*"
allow:
- dependency-type: all
cooldown:
default-days: 1
include:
- "*"
- package-ecosystem: docker - package-ecosystem: docker
directory: "/" directory: "/"
multi-ecosystem-group: all multi-ecosystem-group: all
@ -42,7 +42,7 @@ updates:
- "*" - "*"
allow: allow:
- dependency-type: all - dependency-type: all
- package-ecosystem: devcontainers - package-ecosystem: github-actions
directory: "/" directory: "/"
multi-ecosystem-group: all multi-ecosystem-group: all
patterns: patterns: