dependabot.yml: consistency updates.

Let's update this to be more consistent with the other `dependabot.yml`
files in the Homebrew organization.
This commit is contained in:
Mike McQuaid 2024-05-24 20:24:15 +01:00
parent ea5023a4ad
commit 5b6d47f2ea
No known key found for this signature in database

View File

@ -5,6 +5,8 @@ updates:
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
@ -20,4 +22,31 @@ updates:
interval: daily
allow:
- dependency-type: all
versioning-strategy: lockfile-only
- 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