From 16a7d6514a7a4279f8ee40092fa62042f7890c6b Mon Sep 17 00:00:00 2001 From: rahul2393 Date: Thu, 6 Jun 2024 11:01:27 +0530 Subject: [PATCH] chore: fix renovate config --- renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 62a3339..5448a77 100644 --- a/renovate.json +++ b/renovate.json @@ -12,9 +12,7 @@ "commitMessagePrefix": "chore: ", "commitMessageAction": "update", "groupName": "deps", - "force": { - "constraints": { + "constraints": { "go": "1.20" - } } }