Skip to content

Commit bb56ffe

Browse files
chore(config): migrate config renovate.json
1 parent ca384b4 commit bb56ffe

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

renovate.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,15 @@
1919
"datasourceTemplate": "go"
2020
}
2121
],
22-
"golang": {
23-
"packageRules": [
24-
{
25-
"matchDatasources": ["golang-version"],
26-
"enabled": false
27-
}
28-
]
29-
}
22+
"packageRules": [
23+
{
24+
"matchCategories": [
25+
"golang"
26+
],
27+
"matchDatasources": [
28+
"golang-version"
29+
],
30+
"enabled": false
31+
}
32+
]
3033
}

0 commit comments

Comments
 (0)