From 6531c1c69ce26fae005a75755e010a4af772151e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 20:16:01 +0000 Subject: [PATCH 1/2] Add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5db72dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +} From df4d913227f742757737667cf244911874c93105 Mon Sep 17 00:00:00 2001 From: Matthew Orr <19861997+interworks-morr@users.noreply.github.com> Date: Fri, 29 May 2026 11:10:59 -0500 Subject: [PATCH 2/2] Extend org-wide Renovate preset for 7-day cooldown Onboarding PR predated InterWorks/renovate-config; switch from the generic config:recommended default to local>InterWorks/renovate-config so this repo inherits minimumReleaseAge (7 days) and the org best-practices config. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 5db72dd..efa5829 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" + "local>InterWorks/renovate-config" ] }