From 0e54124e2618ddd7a9e2dea3b5ca4059646ac85a Mon Sep 17 00:00:00 2001 From: BacLuc Date: Tue, 2 Jul 2024 22:43:35 +0200 Subject: [PATCH] renovate.json: do not use the force key anymore From the renovate run logs: "warnings": [ { "topic": "Configuration Error", "message": "The \"force\" option is a global option reserved only for Renovate's global configuration and cannot be configured within a repository's config file." } ]. --- renovate.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index e3b57c2a78..1bf7d39dbb 100644 --- a/renovate.json +++ b/renovate.json @@ -4,11 +4,9 @@ "config:recommended", ":prConcurrentLimitNone" ], - "force": { - "constraints": { - "node": "22.3.0", - "php": "8.3.7" - } + "constraints": { + "node": "22.3.0", + "php": "8.3.7" }, "automergeType": "branch", "rebaseWhen": "conflicted",