Merge pull request #3703 from cdr/renovate/configure

This commit is contained in:
renovate[bot] 2021-07-16 10:05:18 -05:00 committed by GitHub
parent 52579f182d
commit 903f8d9cc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
renovate.json Normal file
View File

@ -0,0 +1,18 @@
{
"rangeStrategy": "replace",
"extends": ["config:base"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true,
"groupName": "Minor dependency updates"
},
{
"matchPaths": ["lib/vscode/"],
"enabled": false
}
],
"vulnerabilityAlerts": {
"enabled": "true"
}
}