From acb2575f83b7bf94a52986ceec78c70e67a7b47c Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Fri, 9 Sep 2022 15:12:48 +0200 Subject: [PATCH] Enable frontend updates in renovate again --- .gitlab/renovate.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab/renovate.json b/.gitlab/renovate.json index 97b548e71..d80ac9748 100644 --- a/.gitlab/renovate.json +++ b/.gitlab/renovate.json @@ -8,11 +8,6 @@ "baseBranches": ["stable", "develop"], "semanticCommits": "disabled", "packageRules": [ - { - "matchDatasources": ["npm"], - "matchBaseBranches": ["develop"], - "enabled": false - }, { "matchUpdateTypes": ["major", "minor"], "matchBaseBranches": ["stable"],