Skip to content

Commit bab765a

Browse files
chore(config): migrate renovate config (#2086)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Laure-di <62625835+Laure-di@users.noreply.github.com>
1 parent db10a69 commit bab765a

File tree

1 file changed

+35
-33
lines changed

1 file changed

+35
-33
lines changed

.github/renovate.json

+35-33
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"helpers:disableTypesNodeMajor"
88
],
99
"updateNotScheduled": true,
10-
"lockFileMaintenance": { "enabled": false },
10+
"lockFileMaintenance": {
11+
"enabled": false
12+
},
1113
"enabledManagers": ["github-actions", "npm"],
1214
"prCreation": "not-pending",
1315
"prHourlyLimit": 5,
@@ -23,60 +25,60 @@
2325
},
2426
{
2527
"automerge": false,
26-
"matchPackagePatterns": ["^@scaleway/"],
27-
"stabilityDays": 0,
28-
"matchUpdateTypes": ["major", "minor", "patch"]
28+
"minimumReleaseAge": null,
29+
"matchUpdateTypes": ["major", "minor", "patch"],
30+
"matchPackageNames": ["/^@scaleway//"]
2931
},
3032
{
3133
"labels": ["UPDATE-MAJOR"],
32-
"stabilityDays": 14,
34+
"minimumReleaseAge": "14 days",
3335
"matchUpdateTypes": ["major"]
3436
},
3537
{
3638
"labels": ["UPDATE-MINOR"],
37-
"stabilityDays": 5,
39+
"minimumReleaseAge": "5 days",
3840
"matchUpdateTypes": ["minor"]
3941
},
4042
{
4143
"labels": ["UPDATE-PATCH"],
42-
"stabilityDays": 1,
44+
"minimumReleaseAge": "1 day",
4345
"matchUpdateTypes": ["patch"]
4446
},
4547
{
46-
"matchPackagePatterns": [
47-
"^@babel/",
48-
"^@commitlint/",
49-
"^babel-",
50-
"cz-conventional-changelog",
51-
"eslint",
52-
"husky",
53-
"jest",
54-
"lint-staged"
55-
],
5648
"automerge": true,
5749
"automergeType": "branch",
5850
"semanticCommitScope": "minor-deps",
59-
"stabilityDays": 3,
60-
"matchUpdateTypes": ["minor"]
51+
"minimumReleaseAge": "3 days",
52+
"matchUpdateTypes": ["minor"],
53+
"matchPackageNames": [
54+
"/^@babel//",
55+
"/^@commitlint//",
56+
"/^babel-/",
57+
"/cz-conventional-changelog/",
58+
"/eslint/",
59+
"/husky/",
60+
"/jest/",
61+
"/lint-staged/"
62+
]
6163
},
6264
{
63-
"matchPackagePatterns": [
64-
"^@babel/",
65-
"^@commitlint/",
66-
"^@semantic-release/",
67-
"^@types/",
68-
"^babel-",
69-
"^eslint",
70-
"cz-conventional-changelog",
71-
"husky",
72-
"jest",
73-
"lint-staged"
74-
],
7565
"automerge": true,
7666
"automergeType": "branch",
7767
"semanticCommitScope": "patch-deps",
78-
"stabilityDays": 1,
79-
"matchUpdateTypes": ["patch"]
68+
"minimumReleaseAge": "1 day",
69+
"matchUpdateTypes": ["patch"],
70+
"matchPackageNames": [
71+
"/^@babel//",
72+
"/^@commitlint//",
73+
"/^@semantic-release//",
74+
"/^@types//",
75+
"/^babel-/",
76+
"/^eslint/",
77+
"/cz-conventional-changelog/",
78+
"/husky/",
79+
"/jest/",
80+
"/lint-staged/"
81+
]
8082
}
8183
]
8284
}

0 commit comments

Comments
 (0)