From b1cfb04c68eba15ec26ad2911c6a263ecb13c2f9 Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Wed, 10 Jan 2024 01:47:13 -0600 Subject: [PATCH] chore(golang): Group Go updates --- golang.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/golang.json b/golang.json index 86687b5..91671c8 100644 --- a/golang.json +++ b/golang.json @@ -8,7 +8,13 @@ { "matchDatasources": ["golang-version"], "rangeStrategy": "bump", - "commitMessageTopic": "{{depName}}" + "commitMessageTopic": "{{depName}}", + "groupName": "Go" + }, + { + "matchDatasources": ["docker"], + "matchPackageNames": ["golang"], + "groupName": "Go" } ] }