brew/.github/dependabot.yml

72 lines
1.3 KiB
YAML

# This file is synced from the `.github` repository, do not modify it directly.
---
version: 2
multi-ecosystem-groups:
all:
schedule:
interval: weekly
day: friday
time: '08:00'
timezone: Etc/UTC
updates:
- package-ecosystem: bundler
directories:
- "/Library/Homebrew"
multi-ecosystem-group: all
patterns:
- "*"
allow:
- dependency-type: all
cooldown:
default-days: 1
semver-major-days: 14
semver-minor-days: 7
semver-patch-days: 1
include:
- "*"
- package-ecosystem: devcontainers
directory: "/"
multi-ecosystem-group: all
patterns:
- "*"
allow:
- dependency-type: all
cooldown:
default-days: 1
include:
- "*"
- package-ecosystem: docker
directory: "/"
multi-ecosystem-group: all
patterns:
- "*"
allow:
- dependency-type: all
- package-ecosystem: github-actions
directory: "/"
multi-ecosystem-group: all
patterns:
- "*"
allow:
- dependency-type: all
cooldown:
default-days: 1
include:
- "*"
- package-ecosystem: pip
directories:
- "/Library/Homebrew/formula-analytics/"
multi-ecosystem-group: all
patterns:
- "*"
allow:
- dependency-type: all
cooldown:
default-days: 1
semver-major-days: 14
semver-minor-days: 7
semver-patch-days: 1
include:
- "*"