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
|
||||
updates:
|
||||
# branch - master
|
||||
- package-ecosystem: "maven"
|
||||
directory: "/"
|
||||
labels:
|
||||
- "dependencies"
|
||||
- "v3.x"
|
||||
target-branch: "master"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
# # branch - master
|
||||
# - package-ecosystem: "maven"
|
||||
# directory: "/"
|
||||
# labels:
|
||||
# - "dependencies"
|
||||
# - "v3.x"
|
||||
# target-branch: "master"
|
||||
# schedule:
|
||||
# interval: "weekly"
|
||||
|
||||
# branch - v2.x
|
||||
- package-ecosystem: "maven"
|
||||
|
|
|
|||
Loading…
Reference in a new issue