From eb9eaace80f5663c71ec346752edfc2004a52e5b Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Thu, 20 Jan 2022 10:07:10 +0100 Subject: [PATCH] Remove comment from renovate config, it makes the bot fail --- .gitlab/renovate.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab/renovate.json b/.gitlab/renovate.json index 855b815d9..3dc293a75 100644 --- a/.gitlab/renovate.json +++ b/.gitlab/renovate.json @@ -9,7 +9,6 @@ "baseBranches": ["stable", "develop"], "packageRules": [ { - "_comment": "We do this to avoid breaking updates for the stable branch", "matchUpdateTypes": ["major", "minor"], "matchBaseBranches": ["stable"], "enabled": false