diff --git a/.github/renovate.json b/.github/renovate.json index 32d18d788..f2562f38d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,23 +1,5 @@ { "extends": [ - "config:base", - ":dependencyDashboard", - ":semanticPrefixChore", - ":rebaseStalePrs", - ":prConcurrentLimit10" - ], - "packageRules": [ - { - "matchPackageNames": ["com.github.hmcts:sscs-common"], - "prPriority": 100 - } - ], - "helm-requirements": { - "fileMatch": ["\\Chart.yaml$"], - "aliases": { - "hmctspublic": "https://hmctspublic.azurecr.io/helm/v1/repo/" - } - }, - "labels": ["dependencies"], - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "github>hmcts/sscs-common//.github/sscs-renovate.json" + ] }