update renovate.json

This commit is contained in:
Gerrit Gogel 2023-08-27 13:26:05 +02:00
parent f1e1e36ca7
commit 50945c8da9
2 changed files with 10 additions and 11 deletions

View file

@ -1,4 +1,8 @@
{
"extends": [
"config:base"
],
"separateMinorPatch": true,
"separateMajorMinor": true,
"separateMultipleMajor": true,
"regexManagers": [
@ -19,3 +23,4 @@
}
]
}

View file

@ -1,6 +0,0 @@
{
"extends": [
"config:base"
],
"separateMinorPatch": true
}