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:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
|
||||||
#Dependabot auto-merge PRs for patch/minor versions that are related to critical vulnerabilities
|
#Dependabot auto-merge PRs for patch/minor versions that are related to critical vulnerabilities (maven)
|
||||||
- name: Dependabot auto-merge
|
- package-ecosystem: "maven"
|
||||||
|
directory: "/"
|
||||||
|
target-branch: "master"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
name: Dependabot auto-merge
|
||||||
on: pull_request
|
on: pull_request
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue