
Let's update this to be more consistent with the other `dependabot.yml` files in the Homebrew organization.
53 lines
1.0 KiB
YAML
53 lines
1.0 KiB
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
allow:
|
|
- dependency-type: all
|
|
# The actions in triage-issues.yml are updated in the Homebrew/.github repo
|
|
ignore:
|
|
- dependency-name: actions/stale
|
|
- dependency-name: dessant/lock-threads
|
|
groups:
|
|
artifacts:
|
|
patterns:
|
|
- actions/*-artifact
|
|
|
|
- package-ecosystem: bundler
|
|
directory: /Library/Homebrew
|
|
schedule:
|
|
interval: daily
|
|
allow:
|
|
- dependency-type: all
|
|
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
allow:
|
|
- dependency-type: all
|
|
|
|
- package-ecosystem: docker
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
allow:
|
|
- dependency-type: all
|
|
|
|
- package-ecosystem: devcontainers
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
allow:
|
|
- dependency-type: all
|
|
|
|
- package-ecosystem: pip
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
allow:
|
|
- dependency-type: all
|