ci: set Renovate prCreation to immediate so PRs are opened (#38)
This commit is contained in:
+2
-2
@@ -26,8 +26,8 @@
|
|||||||
"commitMessagePrefix": "chore(deps):",
|
"commitMessagePrefix": "chore(deps):",
|
||||||
"commitMessageAction": "update",
|
"commitMessageAction": "update",
|
||||||
|
|
||||||
// Let CI pass before flagging PRs as ready.
|
// Create PRs immediately so CI runs on them.
|
||||||
"prCreation": "not-pending",
|
"prCreation": "immediate",
|
||||||
"prHourlyLimit": 3,
|
"prHourlyLimit": 3,
|
||||||
"prConcurrentLimit": 5,
|
"prConcurrentLimit": 5,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user