Add renovate.json
This commit is contained in:
parent
7af8e02462
commit
35b4c08461
1 changed files with 17 additions and 0 deletions
17
renovate.json
Normal file
17
renovate.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"extends": [
|
||||
"config:best-practices"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch",
|
||||
"pin",
|
||||
"digest"
|
||||
],
|
||||
"automerge": false
|
||||
}
|
||||
],
|
||||
"osvVulnerabilityAlerts": true
|
||||
}
|
Loading…
Reference in a new issue