ci: allow major upgrades from renovate
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 55s

This commit is contained in:
Konstantin Fickel 2026-01-18 17:42:07 +01:00
parent 5174643bf6
commit 117fa4644b
Signed by: kfickel
GPG key ID: A793722F9933C1A5

View file

@ -3,6 +3,12 @@
"config:best-practices" "config:best-practices"
], ],
"packageRules": [ "packageRules": [
{
"matchUpdateTypes": [
"major"
],
"automerge": false
},
{ {
"matchUpdateTypes": [ "matchUpdateTypes": [
"minor", "minor",