brew/.github/dependabot.yml
Mike McQuaid 5b6d47f2ea
dependabot.yml: consistency updates.
Let's update this to be more consistent with the other `dependabot.yml`
files in the Homebrew organization.
2024-05-24 20:24:15 +01:00

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