From b51d5207b1ef659bb4e095ffa76fafcd196ac841 Mon Sep 17 00:00:00 2001 From: nathan-clark <56871207+nathan-clark@users.noreply.github.com> Date: Tue, 30 May 2023 09:48:52 +0100 Subject: [PATCH] Update renovate.json (#253) --- .github/renovate.json | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index c2b14119..545894f5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,11 +1,19 @@ { - "enabledManagers": ["helm-requirements","gradle-wrapper"], - "labels": ["dependencies"], - "helm-requirements": - { - "fileMatch": ["\\Chart.yaml$"], - "aliases": { - "hmctspublic": "https://hmctspublic.azurecr.io/helm/v1/repo/" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["github>hmcts/.github//renovate/global"], + "labels": ["Renovate-dependencies"], + "major": { + "dependencyDashboardApproval": true + }, + "packageRules": [ + { + "matchUpdateTypes": [ + "minor", "patch" + ], + "groupName": "All patch-minor dependencies", + "groupSlug": "All-minor-patch", + "addLabels": ["Renovate All-minor-patch"], + "automerge": false } - } + ] }