From 83d6f535d198cc8f7bc885bd515b5b3d75eeac46 Mon Sep 17 00:00:00 2001 From: "ruth.bovell" Date: Fri, 13 Mar 2026 10:48:51 +0000 Subject: [PATCH 1/5] remove renovate config --- .github/renovate.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json deleted file mode 100644 index 04379e5c23..0000000000 --- a/.github/renovate.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "local>hmcts/.github:renovate-config", - "local>hmcts/.github//renovate/automerge-minor" - ], - "vulnerabilityAlerts": { - "labels": ["security"] - }, - "rebaseWhen": "behind-base-branch", - "ignoreDeps": [ - "org.springframework.boot:*" - ] -} From f253bd07cb7139f0ac2e4af5cc47afdcdb911d4c Mon Sep 17 00:00:00 2001 From: "ruth.bovell" Date: Fri, 13 Mar 2026 10:58:37 +0000 Subject: [PATCH 2/5] remove renovate helper comments --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a6cfe7ac5c..b6d503f229 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,3 @@ - # renovate: datasource=github-releases depName=microsoft/ApplicationInsights-Java ARG APP_INSIGHTS_AGENT_VERSION=3.7.7 FROM eclipse-temurin:21-jre-jammy AS build-env RUN apt-get update && apt-get install -y ffmpeg @@ -13,7 +12,6 @@ ADD lib/azcopy_linux_amd64_10.24.0.tar.gz /usr/local/bin RUN cp -p azcopy*/azcopy /usr/bin RUN chmod 0755 /usr/bin/azcopy - # renovate: datasource=github-releases depName=microsoft/ApplicationInsights-Java FROM hmctspublic.azurecr.io/base/java:21-distroless COPY --from=build-env /usr/bin/ffmpeg /usr/bin COPY --from=build-env /usr/bin/ffprobe /usr/bin From 4d558f9642a0599e86702cc26d4c51d2862f6e0b Mon Sep 17 00:00:00 2001 From: "ruth.bovell" Date: Fri, 13 Mar 2026 11:08:13 +0000 Subject: [PATCH 3/5] revert removing renovate file and add enabled false --- .github/renovate.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000000..010732bf7f --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,3 @@ +{ + "enabled": false +} From 5a760560e6dc114e3d4a05cca2cf9834a197af23 Mon Sep 17 00:00:00 2001 From: "ruth.bovell" Date: Fri, 13 Mar 2026 11:22:12 +0000 Subject: [PATCH 4/5] keep everything but add enabled = false to renovate config --- .github/renovate.json | 13 ++++++++++++- Dockerfile | 2 ++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 010732bf7f..c4c6118925 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,3 +1,14 @@ { - "enabled": false + "enabled": false, + "extends": [ + "local>hmcts/.github:renovate-config", + "local>hmcts/.github//renovate/automerge-minor" + ], + "vulnerabilityAlerts": { + "labels": ["security"] + }, + "rebaseWhen": "behind-base-branch", + "ignoreDeps": [ + "org.springframework.boot:*" + ] } diff --git a/Dockerfile b/Dockerfile index b6d503f229..a6cfe7ac5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ + # renovate: datasource=github-releases depName=microsoft/ApplicationInsights-Java ARG APP_INSIGHTS_AGENT_VERSION=3.7.7 FROM eclipse-temurin:21-jre-jammy AS build-env RUN apt-get update && apt-get install -y ffmpeg @@ -12,6 +13,7 @@ ADD lib/azcopy_linux_amd64_10.24.0.tar.gz /usr/local/bin RUN cp -p azcopy*/azcopy /usr/bin RUN chmod 0755 /usr/bin/azcopy + # renovate: datasource=github-releases depName=microsoft/ApplicationInsights-Java FROM hmctspublic.azurecr.io/base/java:21-distroless COPY --from=build-env /usr/bin/ffmpeg /usr/bin COPY --from=build-env /usr/bin/ffprobe /usr/bin From 96023c0873b82e8d26423c50d3e3146ce15f8fa7 Mon Sep 17 00:00:00 2001 From: "ruth.bovell" Date: Fri, 13 Mar 2026 11:24:16 +0000 Subject: [PATCH 5/5] fix accidental delete of property --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index c4c6118925..38029b2e8a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,6 @@ { "enabled": false, + "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>hmcts/.github:renovate-config", "local>hmcts/.github//renovate/automerge-minor"