Skip to content

Commit 7c612f1

Browse files
authored
Merge pull request #208 from timoa/fix/deps/migrate-config
chore(config): migrate renovate config
2 parents cbe0fcb + 3e16964 commit 7c612f1

File tree

1 file changed

+7
-21
lines changed

1 file changed

+7
-21
lines changed

.github/renovate.json

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,24 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"github>renovatebot/.github"
5-
],
3+
"extends": ["github>renovatebot/.github"],
64
"platform": "github",
75
"platformAutomerge": true,
86
"branchPrefix": "fix/deps/",
9-
"addLabels": [
10-
"dependencies",
11-
"security"
12-
],
13-
"assignees": [
14-
"timoa"
15-
],
7+
"addLabels": ["dependencies", "security"],
8+
"assignees": ["timoa"],
169
"packageRules": [
1710
{
1811
"description": "Automerge renovate minor and patch updates",
19-
"matchPackageNames": [
20-
"renovate/renovate"
21-
],
22-
"matchUpdateTypes": [
23-
"minor",
24-
"patch"
25-
],
12+
"matchPackageNames": ["renovate/renovate"],
13+
"matchUpdateTypes": ["minor", "patch"],
2614
"automerge": true,
2715
"branchTopic": "{{{depNameSanitized}}}-{{{currentValue}}}"
2816
},
2917
{
3018
"description": "Allow updates after 15 days (exclude renovate)",
31-
"excludePackageNames": [
32-
"renovate/renovate"
33-
],
19+
"excludePackageNames": ["renovate/renovate"],
3420
"separateMinorPatch": true,
35-
"stabilityDays": 15
21+
"minimumReleaseAge": "15 days"
3622
}
3723
]
3824
}

0 commit comments

Comments
 (0)