From 5814835820c72316694239a0524fb1ed38da5332 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Mon, 14 Jun 2021 22:53:01 +0200 Subject: [PATCH] ci: try to add version prefix remover again --- .github/renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 7ef1cb3..957a056 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -14,6 +14,15 @@ ] }], "packageRules": [{ + "description": "Strip v prefix from versions", + "groupName": "version prefix", + "matchDatasources": [ + "github-releases", + "github-tags" + ], + "extractVersion": "^v(?.*)$" + }, + { "description": "Semantic commits for major updates", "groupName": "major updates", "matchDatasources": [