From 476911b79c954471db153355914390f1a533e041 Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Mon, 20 Nov 2023 12:08:50 -0800 Subject: [PATCH] [chore] group aws deps for renovatebot First attempt at custom groups for go deps Signed-off-by: Alex Boten --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 4784a0a49e54..6240dd12d057 100644 --- a/renovate.json +++ b/renovate.json @@ -32,6 +32,11 @@ "matchManagers": ["github-actions"], "groupName": "github-actions deps" }, + { + "matchManagers": ["gomod"], + "matchSourceUrlPrefixes": ["https://github.com/aws"], + "groupName": "All github.com/aws packages" + }, { "matchManagers": ["gomod"], "matchUpdateTypes": ["minor", "major"]