mirror of
https://github.com/Homebrew/brew.git
synced 2026-03-26 23:59:00 +00:00
84 lines
1.4 KiB
YAML
84 lines
1.4 KiB
YAML
# This file is synced from the `.github` repository, do not modify it directly.
|
|
---
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: bundler
|
|
directories:
|
|
- "/docs"
|
|
- "/Library/Homebrew"
|
|
schedule:
|
|
interval: weekly
|
|
day: friday
|
|
time: '08:00'
|
|
timezone: Etc/UTC
|
|
groups:
|
|
bundler:
|
|
patterns:
|
|
- "*"
|
|
allow:
|
|
- dependency-type: all
|
|
cooldown:
|
|
default-days: 7
|
|
- package-ecosystem: devcontainers
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
day: friday
|
|
time: '08:00'
|
|
timezone: Etc/UTC
|
|
groups:
|
|
devcontainers:
|
|
patterns:
|
|
- "*"
|
|
allow:
|
|
- dependency-type: all
|
|
cooldown:
|
|
default-days: 7
|
|
- package-ecosystem: docker
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
day: friday
|
|
time: '08:00'
|
|
timezone: Etc/UTC
|
|
groups:
|
|
docker:
|
|
patterns:
|
|
- "*"
|
|
allow:
|
|
- dependency-type: all
|
|
cooldown:
|
|
default-days: 7
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
day: friday
|
|
time: '08:00'
|
|
timezone: Etc/UTC
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*"
|
|
allow:
|
|
- dependency-type: all
|
|
cooldown:
|
|
default-days: 7
|
|
- package-ecosystem: pip
|
|
directories:
|
|
- "/Library/Homebrew/formula-analytics/"
|
|
schedule:
|
|
interval: weekly
|
|
day: friday
|
|
time: '08:00'
|
|
timezone: Etc/UTC
|
|
groups:
|
|
pip:
|
|
patterns:
|
|
- "*"
|
|
allow:
|
|
- dependency-type: all
|
|
cooldown:
|
|
default-days: 7
|
|
|