mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-04-24 12:22:13 +00:00
fix dependabot: consder security updates only
This commit is contained in:
parent
f9ad7e4abe
commit
0abd794390
1 changed files with 3 additions and 1 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
@ -6,4 +6,6 @@ updates:
|
||||||
directory: '/'
|
directory: '/'
|
||||||
# Check the npm registry for updates every day (weekdays)
|
# Check the npm registry for updates every day (weekdays)
|
||||||
schedule:
|
schedule:
|
||||||
interval: 'daily'
|
interval: 'daily'
|
||||||
|
# consider only security updates
|
||||||
|
open-pull-requests-limit: 0
|
Loading…
Add table
Reference in a new issue