added required properties of package-ecosystem and schedule.interval
This commit is contained in:
parent
65292e4a38
commit
a8dded40d3
1 changed files with 25 additions and 20 deletions
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
|
|
@ -30,8 +30,13 @@ updates:
|
|||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
#Dependabot auto-merge PRs for patch/minor versions that are related to critical vulnerabilities
|
||||
- name: Dependabot auto-merge
|
||||
#Dependabot auto-merge PRs for patch/minor versions that are related to critical vulnerabilities (maven)
|
||||
- package-ecosystem: "maven"
|
||||
directory: "/"
|
||||
target-branch: "master"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
name: Dependabot auto-merge
|
||||
on: pull_request
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
|
|
|||
Loading…
Reference in a new issue