From d1800ffde9b013d287c042a09f3fd8514bcb8211 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Sun, 7 Jul 2024 09:00:16 +0200 Subject: [PATCH] Update renovate.json (#160) --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json b/renovate.json index b1d0c851..2d156a5b 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,9 @@ "extends": [ "config:base" ], + "constraints": { + "go": "1.20" + }, "packageRules": [ { "matchUpdateTypes": ["patch"],