mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(renovate): don't automatically rebase state PRs
This causes a lot of concurrent CI jobs, better to rebase manually
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"extends": ["config:base"],
|
||||
"prConcurrentLimit": 1
|
||||
"prConcurrentLimit": 1,
|
||||
"rebaseStalePrs": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user