forked from phoedos/pmd
[ci] Fix dependabot schedule interval
This commit is contained in:
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@ -3,11 +3,11 @@ updates:
|
||||
- package-ecosystem: "maven"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "weekly"
|
||||
target-branch: "master"
|
||||
open-pull-requests-limit: 0
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "master"
|
||||
target-branch: "develop"
|
||||
interval: "weekly"
|
||||
target-branch: "master"
|
||||
|
Reference in New Issue
Block a user