Skip to content

Commit def9721

Browse files
chore(config): migrate config renovate.json (#533)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dan Webb <dan.webb@damacus.io>
1 parent 59c0280 commit def9721

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

renovate.json

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,32 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base"],
3+
"extends": [
4+
"config:recommended"
5+
],
46
"packageRules": [
57
{
68
"groupName": "Actions",
7-
"matchUpdateTypes": ["minor", "patch", "pin"],
9+
"matchUpdateTypes": [
10+
"minor",
11+
"patch",
12+
"pin"
13+
],
814
"automerge": true,
9-
"addLabels": ["Release: Patch", "Skip: Announcements"]
15+
"addLabels": [
16+
"Release: Patch",
17+
"Skip: Announcements"
18+
]
1019
},
1120
{
1221
"groupName": "Actions",
13-
"matchUpdateTypes": ["major"],
22+
"matchUpdateTypes": [
23+
"major"
24+
],
1425
"automerge": false,
15-
"addLabels": ["Release: Patch", "Skip: Announcements"]
26+
"addLabels": [
27+
"Release: Patch",
28+
"Skip: Announcements"
29+
]
1630
}
1731
]
1832
}

0 commit comments

Comments
 (0)