diff --git a/.github/renovate.json b/.github/renovate.json index 5afa859d07..210e6d51d0 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,6 +2,14 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>matrix-org/renovate-config-element-web"], "postUpdateOptions": ["pnpmDedupe"], + "packageRules": [ + { + "groupName": "testcontainers docker digests", + "groupSlug": "{{manager}}-docker-digests", + "matchManagers": ["regex"], + "matchPackagePatterns": ["*"] + } + ], "customManagers": [ { "customType": "regex",