Skip to content

Commit 18d4b0c

Browse files
claudedeviantintegral
authored andcommitted
feat(renovate): add prCreation and internalChecksFilter options
Add prCreation="not-pending" and internalChecksFilter="strict" to ensure branches and PRs are only created after the minimumReleaseAge has passed.
1 parent ea19a7e commit 18d4b0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

renovate.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
"packageRules": [
3737
{
3838
"minimumReleaseAge": "3 days",
39+
"prCreation": "not-pending",
40+
"internalChecksFilter": "strict",
3941
"automerge": true,
4042
"matchPackageNames": [
4143
"*"

0 commit comments

Comments
 (0)