From 7cefb3789ef4ba3cbf7adb19766d5c1aa4f7535b Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Thu, 25 Sep 2025 09:42:47 -0500 Subject: [PATCH] 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. --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index 04a02a321..ff82636f9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -26,6 +26,7 @@ "commitMessageTopic": "Argo Workflows" }, { + "matchManagers": ["asdf", "gomod"], "matchDatasources": ["golang-version"], "groupName": "Go", "commitMessageTopic": "Go"