From 4b8e5318c84fd40dc3ba26f5ba669ab7dca5cc3f Mon Sep 17 00:00:00 2001 From: Scott Vandehey Date: Thu, 27 Aug 2026 14:07:13 -0700 Subject: [PATCH] Extend shared Renovate preset Move off the deprecated config:base and onto the shared preset from cloudfour/renovate-config. This is a real behavior change rather than a rename, so it lands on its own. Gains config:recommended, exact version pinning, a three-day release cooldown, and - the biggest change here - auto-merge for patch and minor updates, which this repo did not have at all. --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 4f39080..c2ab5fb 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,4 @@ { - "extends": ["config:base"] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["local>cloudfour/renovate-config"] }