add dependabot branch to dependabot.yml
This commit is contained in:
parent
0e01529da1
commit
877746e6c1
1 changed files with 11 additions and 0 deletions
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
|
|
@ -29,3 +29,14 @@ updates:
|
||||||
target-branch: "v1.x"
|
target-branch: "v1.x"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
|
||||||
|
# branch - dependabot testing
|
||||||
|
- package-ecosystem: "maven"
|
||||||
|
directory: "/"
|
||||||
|
# labels:
|
||||||
|
# - "dependencies"
|
||||||
|
# - "v1.x"
|
||||||
|
target-branch: "dependabot-testing-from-github"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
time: "04:10"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue