From c10f76d7a761e6d865379707e4b4ea253ece8e5f Mon Sep 17 00:00:00 2001 From: Philippe Ballandras Date: Thu, 31 Oct 2024 16:50:15 -0400 Subject: [PATCH] chore(renovate): use automerge preset and config simplification https://coveord.atlassian.net/browse/cia-612 --- renovate.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index e45f7ad1..6f8402e5 100644 --- a/renovate.json +++ b/renovate.json @@ -1,11 +1,11 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "enabled": true, "extends": [ "github>coveo/renovate-presets", ":semanticPrefixFixDepsChoreOthers", "helpers:pinGitHubActionDigests", - "schedule:earlyMondays" + "schedule:earlyMondays", + "github>coveo/renovate-presets//auto-merge.json" ], "packageRules": [ { @@ -24,9 +24,7 @@ "description": "all our plugins and deps are not compatible with 9.x yet" } ], - "rangeStrategy": "auto", "lockFileMaintenance": { "enabled": true - }, - "automerge": true + } }