Change update configs to have unique combinations of required keywords package-ecosystem, directory, and target-branch
This commit is contained in:
parent
a8dded40d3
commit
3e50b84aae
1 changed files with 9 additions and 9 deletions
18
.github/dependabot.yml
vendored
18
.github/dependabot.yml
vendored
|
|
@ -1,14 +1,14 @@
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
# branch - master
|
# # branch - master
|
||||||
- package-ecosystem: "maven"
|
# - package-ecosystem: "maven"
|
||||||
directory: "/"
|
# directory: "/"
|
||||||
labels:
|
# labels:
|
||||||
- "dependencies"
|
# - "dependencies"
|
||||||
- "v3.x"
|
# - "v3.x"
|
||||||
target-branch: "master"
|
# target-branch: "master"
|
||||||
schedule:
|
# schedule:
|
||||||
interval: "weekly"
|
# interval: "weekly"
|
||||||
|
|
||||||
# branch - v2.x
|
# branch - v2.x
|
||||||
- package-ecosystem: "maven"
|
- package-ecosystem: "maven"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue