brew/.github/dependabot.yml
2024-01-19 05:38:27 +00:00

24 lines
547 B
YAML

version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
# 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
versioning-strategy: lockfile-only