From 09c9c6cc66ff6add4b0afb3bf38b4aa123f3dc0c Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Thu, 27 Jul 2023 07:49:47 -0700 Subject: [PATCH] chore(deps): use our more conservative Renovate config --- renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index 52155c7f..2925aecc 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "github>LLK/scratch-renovate-config" + "github>LLK/scratch-renovate-config:conservative" ], "baseBranches": ["develop"] }