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:
parent
ea5023a4ad
commit
5b6d47f2ea
31
.github/dependabot.yml
vendored
31
.github/dependabot.yml
vendored
@ -5,6 +5,8 @@ updates:
|
|||||||
directory: /
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
|
allow:
|
||||||
|
- dependency-type: all
|
||||||
# The actions in triage-issues.yml are updated in the Homebrew/.github repo
|
# The actions in triage-issues.yml are updated in the Homebrew/.github repo
|
||||||
ignore:
|
ignore:
|
||||||
- dependency-name: actions/stale
|
- dependency-name: actions/stale
|
||||||
@ -20,4 +22,31 @@ updates:
|
|||||||
interval: daily
|
interval: daily
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: all
|
- 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user