From 2257be7a24db069321aba504efc38a2d66ff6cca Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 19 Apr 2023 11:56:13 +0200 Subject: [PATCH] Extract version for the motion project --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 4421a2d..841ef68 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -31,7 +31,8 @@ "ARG MOTION_VERSION=[\"']?(?.+?)[\"']?\\s+" ], "datasourceTemplate": "github-releases", - "depNameTemplate": "Motion-Project/motion" + "depNameTemplate": "Motion-Project/motion", + "extractVersion": "^release-(?.*)$" } ], "packageRules": [