diff --git a/.github/renovate.json b/.github/renovate.json index 1a51e3a7c..07fbdcefb 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -24,6 +24,12 @@ ], "groupName": "all non-major dependencies", "groupSlug": "all-minor-patch" + }, + { + "matchPackageNames": [ + "@ecomplus/storefront-template" + ], + "allowedVersions": "/-beta\\./" } ] }