From 85d75c0c80ae2db6e6ee4e6ea3095b8f32d956bc Mon Sep 17 00:00:00 2001 From: OgunyemiO <142920130+OgunyemiO@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:05:15 +0000 Subject: [PATCH] Added renovate json file (#411) --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 00000000..4c05a4da --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>hmcts/.github:renovate-config" + ] +} \ No newline at end of file