Add renovate.json

This commit is contained in:
cswimr 2024-12-27 10:51:43 -05:00
parent 4d79320b39
commit 470b4d86d7
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

17
renovate.json Normal file
View file

@ -0,0 +1,17 @@
{
"extends": [
"config:best-practices"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": false
}
],
"osvVulnerabilityAlerts": true
}