ci: set Renovate prCreation to immediate so PRs are opened (#38)

This commit is contained in:
2026-02-14 00:49:15 -06:00
committed by GitHub
parent 8a64959f3b
commit a986034dd4
+2 -2
View File
@@ -26,8 +26,8 @@
"commitMessagePrefix": "chore(deps):",
"commitMessageAction": "update",
// Let CI pass before flagging PRs as ready.
"prCreation": "not-pending",
// Create PRs immediately so CI runs on them.
"prCreation": "immediate",
"prHourlyLimit": 3,
"prConcurrentLimit": 5,