Skip to content

Commit c95f57d

Browse files
renovate[bot]tuunit
authored andcommitted
chore(config): migrate config .github/renovate.json5
1 parent 4004ffd commit c95f57d

File tree

1 file changed

+33
-27
lines changed

1 file changed

+33
-27
lines changed

.github/renovate.json5

Lines changed: 33 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,45 @@
11
{
2-
"extends": [
3-
"config:base"
2+
extends: [
3+
'config:recommended',
44
],
5-
"automerge": false,
6-
"assignees": [
7-
"pierluigilenoci"
5+
automerge: false,
6+
assignees: [
7+
'pierluigilenoci',
88
],
9-
"schedule": [
10-
"before 5am every day"
9+
schedule: [
10+
'before 5am',
1111
],
12-
"packageRules": [
12+
packageRules: [
1313
{
14-
"description": "Group all patch updates per package",
15-
"updateTypes": ["patch"],
16-
"groupName": "all-patch-updates",
17-
"bumpVersion": "patch"
14+
description: 'Group all patch updates per package',
15+
matchUpdateTypes: [
16+
'patch',
17+
],
18+
groupName: 'all-patch-updates',
19+
bumpVersion: 'patch',
1820
},
1921
{
20-
"description": "Group all minor updates per package",
21-
"updateTypes": ["minor"],
22-
"groupName": "all-minor-updates",
23-
"bumpVersion": "patch"
22+
description: 'Group all minor updates per package',
23+
matchUpdateTypes: [
24+
'minor',
25+
],
26+
groupName: 'all-minor-updates',
27+
bumpVersion: 'patch',
2428
},
2529
{
26-
"description": "Group all major updates per package",
27-
"updateTypes": ["major"],
28-
"groupName": "all-major-updates",
29-
"bumpVersion": "patch"
30-
}
30+
description: 'Group all major updates per package',
31+
matchUpdateTypes: [
32+
'major',
33+
],
34+
groupName: 'all-major-updates',
35+
bumpVersion: 'patch',
36+
},
3137
],
32-
"platformAutomerge": true,
33-
"lockFileMaintenance": {
34-
"enabled": true
38+
platformAutomerge: true,
39+
lockFileMaintenance: {
40+
enabled: true,
3541
},
36-
"baseBranches": [
37-
"main"
38-
]
42+
baseBranches: [
43+
'main',
44+
],
3945
}

0 commit comments

Comments
 (0)