Skip to content

Commit c1e06ae

Browse files
committed
chore(renovate): combine golang updates
Renovate is creating updates to .tool-version and go.mod separately which doesn't work so we need to tell it to create those together. Attempt number 2.
1 parent 16c533b commit c1e06ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"commitMessageTopic": "Argo Workflows"
2727
},
2828
{
29+
"matchPackageNames": ["go", "golang"],
2930
"matchManagers": ["asdf", "gomod"],
30-
"matchDatasources": ["golang-version"],
3131
"groupName": "Go",
3232
"commitMessageTopic": "Go"
3333
},

0 commit comments

Comments
 (0)