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"]