Skip to content

Commit f0f2ce2

Browse files
committed
fix: update renovate.json to enforce minimumReleaseAge and internalChecksFilter
1 parent c76517e commit f0f2ce2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

renovate.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
"bot",
77
"dependencies"
88
],
9-
"npm": {
10-
"minimumReleaseAge": "5 days",
11-
"internalChecksFilter": "strict"
12-
},
9+
"minimumReleaseAge": "5 days",
10+
"internalChecksFilter": "strict",
1311
"packageRules": [
1412
{
1513
"description": "Automatically merge minor and patch-level updates when checks pass, creates a PR otherwise",

0 commit comments

Comments
 (0)