From 681787ef1267fde8affb0ebd691b38fab140bd7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Zipitr=C3=ADa?= <3012076+fzipi@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:35:45 +0000 Subject: [PATCH] chore: update renovate config to use common (#1184) Co-authored-by: Matteo Pace --- renovate.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index f1b6d2387..9d89bab52 100644 --- a/renovate.json +++ b/renovate.json @@ -1,9 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:best-practices" - ], - "constraints": { - "go": "1.22" - } + "local>corazawaf/renovate-config" + ] }