Skip to content

Commit 08f80f7

Browse files
committed
update renovate config
1 parent fb0cd39 commit 08f80f7

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.renovaterc.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"extends": ["group:recommended", "group:monorepos", ":automergeMinor"],
3-
"reviewers": ["team:dev"],
4-
"rangeStrategy": "pin",
2+
"extends": ["config:recommended", ":automergeMinor", ":pinVersions"],
3+
"minimumReleaseAge": "3 days",
54
"packageRules": [
65
{
76
"packageNames": ["node"],
@@ -18,12 +17,7 @@
1817
{
1918
"packageNames": ["@wordpress/block-library"],
2019
"extends": ["schedule:monthly"],
21-
"stabilityDays": 0
20+
"minimumReleaseAge": 0
2221
}
23-
],
24-
"prConcurrentLimit": 5,
25-
"schedule": ["before 9am on monday"],
26-
"stabilityDays": 3,
27-
"prCreation": "not-pending",
28-
"dependencyDashboard": true
22+
]
2923
}

0 commit comments

Comments
 (0)