diff --git a/renovate.json b/renovate.json index 6e33fe713..405bfb8d8 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,11 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>hmcts/.github:renovate-config" + ], + "packageRules": [ + { + "matchPackageNames": ["com.github.hmcts:befta-fw"], + "allowedVersions": "/^\\d+\\.\\d+\\.\\d+$/" + } ] }