From 08147845ef5712179b2937240362b8e82194f358 Mon Sep 17 00:00:00 2001 From: ChrisS1512 Date: Wed, 30 Aug 2023 12:48:47 +0100 Subject: [PATCH] PUB-2124 - Updated to renovate --- .github/dependabot.yml | 7 ------- .github/renovate.json | 14 +++++--------- 2 files changed, 5 insertions(+), 16 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 1ac4a48..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,7 +0,0 @@ -version: 2 -updates: -- package-ecosystem: gradle - directory: "/" - schedule: - interval: weekly - open-pull-requests-limit: 10 diff --git a/.github/renovate.json b/.github/renovate.json index c2b1411..667e39d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,11 +1,7 @@ { - "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": [ + "local>hmcts/.github:renovate-config" + ], + "schedule": "after 7am and before 11am on the first day of the month" }