From f476aa60406a334ff071c65a5dae0ff79bd679a5 Mon Sep 17 00:00:00 2001 From: Jon Hardy Date: Tue, 14 Apr 2026 15:22:27 +0100 Subject: [PATCH 1/2] add 7 day cooldown to gradle package updates --- .github/dependabot.yml | 2 ++ REDACTIONS.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9c80ee06b..f1ed81597 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,5 @@ updates: - "/smoke-tests" schedule: interval: "weekly" + cooldown: + default-days: 7 diff --git a/REDACTIONS.md b/REDACTIONS.md index 257ff9125..2c2b50cb4 100644 --- a/REDACTIONS.md +++ b/REDACTIONS.md @@ -32,7 +32,7 @@ To enable Redactions, the GP2GP Adaptor should be deployed with the following en ***`GP2GP_REDACTIONS_ENABLED: true`*** To disable Redactions, the GP2GP Adaptor should be deployed with the following environment variable: - + ***`GP2GP_REDACTIONS_ENABLED: false`*** Note that if Redactions are not enabled, the resultant XML will be produced with an `interactionId` of `RCMR_IN030000UK06` and From 219c6bb8e74bec64f5975dc195b508f5173285df Mon Sep 17 00:00:00 2001 From: Jon Hardy Date: Tue, 14 Apr 2026 15:25:05 +0100 Subject: [PATCH 2/2] remove unintentional spacing added to REDACTIONS.ms --- REDACTIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REDACTIONS.md b/REDACTIONS.md index 2c2b50cb4..257ff9125 100644 --- a/REDACTIONS.md +++ b/REDACTIONS.md @@ -32,7 +32,7 @@ To enable Redactions, the GP2GP Adaptor should be deployed with the following en ***`GP2GP_REDACTIONS_ENABLED: true`*** To disable Redactions, the GP2GP Adaptor should be deployed with the following environment variable: - + ***`GP2GP_REDACTIONS_ENABLED: false`*** Note that if Redactions are not enabled, the resultant XML will be produced with an `interactionId` of `RCMR_IN030000UK06` and