We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca384b4 commit bb56ffeCopy full SHA for bb56ffe
renovate.json
@@ -19,12 +19,15 @@
19
"datasourceTemplate": "go"
20
}
21
],
22
- "golang": {
23
- "packageRules": [
24
- {
25
- "matchDatasources": ["golang-version"],
26
- "enabled": false
27
- }
28
- ]
29
+ "packageRules": [
+ {
+ "matchCategories": [
+ "golang"
+ ],
+ "matchDatasources": [
+ "golang-version"
30
+ "enabled": false
31
+ }
32
+ ]
33
0 commit comments