diff --git a/.github/renovate.json b/.github/renovate.json index 33a1f847..9c33cd95 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,10 +1,19 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base", ":dependencyDashboard"], + "extends": [ + ":dependencyDashboard", + "local>hmcts/.github:renovate-config" + ], "commitMessagePrefix": "VIH-0000 - Renovate - ", - "enabledManagers": ["helmv3"], - "labels": ["dependencies"], - "helmv3": { - "fileMatch": ["(^|/)Chart\\.yaml$"] + "enabledManagers": [ + "helmv3" + ], + "labels": [ + "dependencies" + ], + "helmv3": { + "fileMatch": [ + "(^|/)Chart\\.yaml$" + ] } -} \ No newline at end of file +}