From c1e06ae7493ddce36785a99a811a16c302576862 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. Attempt number 2. --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index ff82636f9..25928b6f1 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -26,8 +26,8 @@ "commitMessageTopic": "Argo Workflows" }, { + "matchPackageNames": ["go", "golang"], "matchManagers": ["asdf", "gomod"], - "matchDatasources": ["golang-version"], "groupName": "Go", "commitMessageTopic": "Go" },