From a1f77d9b8cc1246eeb0badb8f66481c436d22876 Mon Sep 17 00:00:00 2001 From: JackDevN <94063348+JackDevN@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:47:37 +0100 Subject: [PATCH] Update Renovate Config (#2775) --- .github/CODEOWNERS | 8 ++++++++ renovate.json | 9 +++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7b429ca73f..96187fe4e7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,3 +2,11 @@ # When someone submits a pull request, @hmcts/pet will be # requested for review. * @hmcts/pet + +# Renovate +.pnp.cjs +.yarn/** +package.json +yarn.lock +charts/**/Chart.yaml +.github/workflows/*.yaml diff --git a/renovate.json b/renovate.json index bdd19000ca..a40fc64e50 100644 --- a/renovate.json +++ b/renovate.json @@ -1,9 +1,10 @@ { - "enabledManagers": [ - "helm-requirements", - "gradle-wrapper" - ], + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "gradle-wrapper": { + "enabled": true + }, "helm-requirements": { + "enabled": true, "fileMatch": [ "\\Chart.yaml$" ],