From 7ce731ae411cc2ef3300875f9c8f6e115d5ab7b8 Mon Sep 17 00:00:00 2001 From: Aire-One Date: Mon, 2 Sep 2024 17:39:57 +0200 Subject: [PATCH] chore: allow renovate to update the go version --- renovate.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..c464094 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,11 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "packageRules": [ + { + "matchDatasources": [ + "golang-version" + ], + "rangeStrategy": "bump" + } + ] }