mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
53 lines
896 B
YAML
53 lines
896 B
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: 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:
|
|
- "*"
|
|
|