From 11275d3ff1deb9c0c99a2540a2b640f71be7361f Mon Sep 17 00:00:00 2001 From: Christian Olsen <9137189+Chrede88@users.noreply.github.com> Date: Wed, 8 Nov 2023 19:58:39 +0100 Subject: [PATCH] :wrench: updating renovate config --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 07176b0..97eff7b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -15,7 +15,8 @@ "description": "Update Hugo/Go version in Github actions", "customType": "regex", "fileMatch": ["^.github/(?:workflows|actions)/.+\\.ya?ml$"], - "matchStrings": ["datasource=(?.*?) depName=(?.*?)\n.*?'(?.*)'\n"] + "matchStrings": ["datasource=(?.*?) depName=(?.*?)\n.*?'(?.*)'\n"], + "versioningTemplate": "semver" } ], "packageRules": [