diff --git a/.github/renovate.json b/.github/renovate.json index 1f027c3f..6a08d4c5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,12 +1,23 @@ { - "enabledManagers": ["helm-requirements", "nvm"], - "automerge": true, + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "schedule": "after 7am and before 11am every weekday", + "extends": [ + "local>hmcts/.github:renovate-config", + "local>hmcts/.github//renovate/automerge-all" + ], "labels": ["dependencies"], - "helm-requirements": - { - "fileMatch": ["\\Chart.yaml$"], - "aliases": { - "hmctspublic": "https://hmctspublic.azurecr.io/helm/v1/repo/" + "helmv3": { + "bumpVersion": "patch" + }, + "regexManagers": [ + { + "fileMatch": ["^Dockerfile$"], + "matchStrings": [ + "datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\sARG .*?_VERSION=(?.*)\\s" + ] } - } + ], + "platformAutomerge": true, + "automerge": true, + "automergeType": "pr" }