Change the scan interval of dependenbot to weekly (#888)
This commit is contained in:
parent
9c53c0ce59
commit
b48de6d1bf
1 changed files with 9 additions and 2 deletions
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
|
|
@ -3,5 +3,12 @@ updates:
|
|||
- package-ecosystem: "maven"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
# Add assignees, reviewers
|
||||
interval: "weekly"
|
||||
|
||||
# branch - v1.x
|
||||
- package-ecosystem: "maven"
|
||||
directory: "/"
|
||||
target-branch: "v1.x"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue