Skip to content

Commit 73735a1

Browse files
authored
chore(config): migrate renovate config (#36)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon. 🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid. ❓ Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://togithub.com/renovatebot/renovate/discussions). --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/kumojin/go-uuid).
2 parents a66175d + bb56ffe commit 73735a1

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

renovate.json

+11-8
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)