Skip to content

Commit 0df0c8a

Browse files
claudedeviantintegral
authored andcommitted
chore(renovate): add prCreation and internalChecksFilter settings
Apply prCreation="not-pending" and internalChecksFilter="strict" to ensure branches and PRs are only created after the minimumReleaseAge of 3 days has passed.
1 parent 98472af commit 0df0c8a

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
@@ -3,6 +3,8 @@
33
"extends": [
44
"config:recommended"
55
],
6+
"prCreation": "not-pending",
7+
"internalChecksFilter": "strict",
68
"packageRules": [
79
{
810
"matchPackagePatterns": ["*"],

0 commit comments

Comments
 (0)