Skip to content

Commit d56b312

Browse files
authored
chore(config): migrate config renovate.json (#3911)
1 parent 5c5f335 commit d56b312

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

renovate.json

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
{
2-
"extends": [
3-
"config:base",
4-
"config:semverAllMonthly"
5-
],
2+
"extends": ["config:recommended", "config:semverAllMonthly"],
63
"baseBranches": ["main"],
7-
"ignorePaths": [
8-
"**/flexible_nodejs16_and_earlier/**"
9-
],
4+
"ignorePaths": ["**/flexible_nodejs16_and_earlier/**"],
105
"packageRules": [
116
{
127
"matchUpdateTypes": ["major"],
@@ -19,19 +14,19 @@
1914
"enabled": false
2015
},
2116
{
22-
"groupName": "GitHub Actions",
23-
"matchManagers": ["github-actions"],
24-
"pinDigests": true,
17+
"groupName": "GitHub Actions",
18+
"matchManagers": ["github-actions"],
19+
"pinDigests": true
2520
}
2621
],
2722
"force": {
2823
"constraints": {
2924
"node": "< 15.0.0"
3025
}
3126
},
32-
"dependencyDashboardAutoclose": true,
27+
"dependencyDashboardAutoclose": true,
3328
"schedule": "after 11am every 3 weeks on Monday",
34-
"stabilityDays": 15,
35-
"pinVersions": false,
36-
"rebaseStalePrs": true
29+
"minimumReleaseAge": "15 days",
30+
"rangeStrategy": "replace",
31+
"rebaseWhen": "behind-base-branch"
3732
}

0 commit comments

Comments
 (0)