mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
95 lines
1.6 KiB
YAML
95 lines
1.6 KiB
YAML
# This file is synced from the `.github` repository, do not modify it directly.
|
|
---
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
day: friday
|
|
time: '08:00'
|
|
timezone: Etc/UTC
|
|
allow:
|
|
- dependency-type: all
|
|
groups:
|
|
dependabot:
|
|
patterns:
|
|
- "*"
|
|
cooldown:
|
|
default-days: 1
|
|
include:
|
|
- "*"
|
|
- package-ecosystem: bundler
|
|
directories:
|
|
- "/Library/Homebrew"
|
|
schedule:
|
|
interval: weekly
|
|
day: friday
|
|
time: '08:00'
|
|
timezone: Etc/UTC
|
|
allow:
|
|
- dependency-type: all
|
|
groups:
|
|
dependabot:
|
|
patterns:
|
|
- "*"
|
|
cooldown:
|
|
default-days: 1
|
|
semver-major-days: 14
|
|
semver-minor-days: 7
|
|
semver-patch-days: 1
|
|
include:
|
|
- "*"
|
|
- package-ecosystem: docker
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
day: friday
|
|
time: '08:00'
|
|
timezone: Etc/UTC
|
|
allow:
|
|
- dependency-type: all
|
|
groups:
|
|
dependabot:
|
|
patterns:
|
|
- "*"
|
|
- package-ecosystem: devcontainers
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
day: friday
|
|
time: '08:00'
|
|
timezone: Etc/UTC
|
|
allow:
|
|
- dependency-type: all
|
|
groups:
|
|
dependabot:
|
|
patterns:
|
|
- "*"
|
|
cooldown:
|
|
default-days: 1
|
|
include:
|
|
- "*"
|
|
- package-ecosystem: pip
|
|
directories:
|
|
- "/Library/Homebrew/formula-analytics/"
|
|
schedule:
|
|
interval: weekly
|
|
day: friday
|
|
time: '08:00'
|
|
timezone: Etc/UTC
|
|
allow:
|
|
- dependency-type: all
|
|
groups:
|
|
dependabot:
|
|
patterns:
|
|
- "*"
|
|
cooldown:
|
|
default-days: 1
|
|
semver-major-days: 14
|
|
semver-minor-days: 7
|
|
semver-patch-days: 1
|
|
include:
|
|
- "*"
|
|
|