Disable path updates

This commit is contained in:
Mathis 2023-12-06 12:49:04 +00:00
parent cbc56e9ee9
commit 0fe08528bf
1 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json",
} "extends": [
"config:base"
],
"separateMinorPatch": true,
"patch": {
"enabled": false
}
}