From 8bb7f06ffe26a1b198b551f783eeda71448c8137 Mon Sep 17 00:00:00 2001 From: Teddy Andrieux Date: Mon, 8 Jun 2026 17:35:24 +0200 Subject: [PATCH] fix(renovate): do not longer bump go version here --- .github/renovate.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index fc6c518..658a7f5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,5 +2,18 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>scality/platform-renovate" + ], + "packageRules": [ + { + "matchManagers": ["gomod"], + "matchDepNames": ["go"], + "matchDepTypes": ["golang"], + "enabled": false + }, + { + "matchDatasources": ["golang-version", "docker"], + "matchPackageNames": ["go", "golang", "mcr.microsoft.com/devcontainers/go"], + "allowedVersions": "<1.26" + } ] }