diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dc7a3070..51375667 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,3 +18,8 @@ updates: - "🤖 Dependencies" schedule: interval: "daily" + groups: + testcontainers-modules: + patterns: + - "github.com/testcontainers/testcontainers-go" + - "github.com/testcontainers/testcontainers-go/modules/**"