1
Fork 0

Disable excessive rebase for Renovate

This commit is contained in:
Lucas Schwiderski 2025-05-30 11:56:23 +02:00
parent 3426f93e69
commit 7461606276
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

View file

@ -3,8 +3,7 @@
"extends": [ "extends": [
"config:recommended", "config:recommended",
":combinePatchMinorReleases", ":combinePatchMinorReleases",
":enableVulnerabilityAlerts", ":enableVulnerabilityAlerts"
":rebaseStalePrs"
], ],
"prConcurrentLimit": 10, "prConcurrentLimit": 10,
"branchPrefix": "renovate/", "branchPrefix": "renovate/",