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

Synchronize shared configuration
This commit is contained in:
Mike McQuaid 2025-06-03 08:23:41 +00:00 committed by GitHub
commit 89739ac615
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,71 +1,40 @@
# This file is synced from the `.github` repository, do not modify it directly.
---
version: 2
updates:
- package-ecosystem: github-actions
directory: /
directory: "/"
schedule:
interval: weekly
day: "friday"
time: "08:00"
timezone: "Etc/UTC"
day: friday
time: '08:00'
timezone: Etc/UTC
allow:
- dependency-type: all
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: bundler
directories:
- /
- /Library/Homebrew
schedule:
interval: weekly
day: "friday"
time: "08:00"
timezone: "Etc/UTC"
allow:
- dependency-type: all
groups:
bundler:
patterns:
- "*"
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
day: "friday"
time: "08:00"
timezone: "Etc/UTC"
allow:
- dependency-type: all
groups:
npm:
patterns:
- "*"
- package-ecosystem: docker
directory: /
directory: "/"
schedule:
interval: weekly
day: "friday"
time: "08:00"
timezone: "Etc/UTC"
day: friday
time: '08:00'
timezone: Etc/UTC
allow:
- dependency-type: all
groups:
docker:
patterns:
- "*"
- package-ecosystem: devcontainers
directory: /
directory: "/"
schedule:
interval: weekly
day: "friday"
time: "08:00"
timezone: "Etc/UTC"
day: friday
time: '08:00'
timezone: Etc/UTC
allow:
- dependency-type: all
groups:
@ -73,18 +42,3 @@ updates:
patterns:
- "*"
- package-ecosystem: pip
directories:
- /
- /Library/Homebrew/formula-analytics/
schedule:
interval: weekly
day: "friday"
time: "08:00"
timezone: "Etc/UTC"
allow:
- dependency-type: all
groups:
pip:
patterns:
- "*"