diff --git a/modules/repository-base/base-dependabot/.github/renovate.json5 b/modules/repository-base/base-dependabot/.github/renovate.json5 index c9fcf2b9..333de84b 100644 --- a/modules/repository-base/base-dependabot/.github/renovate.json5 +++ b/modules/repository-base/base-dependabot/.github/renovate.json5 @@ -39,6 +39,17 @@ '*', ], }, + { + groupName: 'Testing Go deps', + matchManagers: [ + 'gomod', + ], + matchPackageNames: [ + 'github.com/onsi/ginkgo**/**', + 'github.com/onsi/gomega**/**', + 'github.com/stretchr/testify**/**', + ], + }, { groupName: 'Cloud Go deps', matchManagers: [