mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
dependabot.yml: update to match main configuration
This commit is contained in:
parent
a0c89e4a7f
commit
175eb65073
128
.github/dependabot.yml
vendored
128
.github/dependabot.yml
vendored
@ -1,90 +1,44 @@
|
|||||||
|
# This file is synced from the `.github` repository, do not modify it directly.
|
||||||
|
---
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
directory: /
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
day: "friday"
|
day: friday
|
||||||
time: "08:00"
|
time: '08:00'
|
||||||
timezone: "Etc/UTC"
|
timezone: Etc/UTC
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: all
|
- dependency-type: all
|
||||||
groups:
|
groups:
|
||||||
github-actions:
|
github-actions:
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
|
- package-ecosystem: docker
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
day: friday
|
||||||
|
time: '08:00'
|
||||||
|
timezone: Etc/UTC
|
||||||
|
allow:
|
||||||
|
- dependency-type: all
|
||||||
|
groups:
|
||||||
|
docker:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
- package-ecosystem: devcontainers
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
day: friday
|
||||||
|
time: '08:00'
|
||||||
|
timezone: Etc/UTC
|
||||||
|
allow:
|
||||||
|
- dependency-type: all
|
||||||
|
groups:
|
||||||
|
devcontainers:
|
||||||
|
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: /
|
|
||||||
schedule:
|
|
||||||
interval: weekly
|
|
||||||
day: "friday"
|
|
||||||
time: "08:00"
|
|
||||||
timezone: "Etc/UTC"
|
|
||||||
allow:
|
|
||||||
- dependency-type: all
|
|
||||||
groups:
|
|
||||||
docker:
|
|
||||||
patterns:
|
|
||||||
- "*"
|
|
||||||
|
|
||||||
- package-ecosystem: devcontainers
|
|
||||||
directory: /
|
|
||||||
schedule:
|
|
||||||
interval: weekly
|
|
||||||
day: "friday"
|
|
||||||
time: "08:00"
|
|
||||||
timezone: "Etc/UTC"
|
|
||||||
allow:
|
|
||||||
- dependency-type: all
|
|
||||||
groups:
|
|
||||||
devcontainers:
|
|
||||||
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:
|
|
||||||
- "*"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user