diff --git a/renovate.json b/renovate.json index da31375..fc71c8d 100644 --- a/renovate.json +++ b/renovate.json @@ -53,6 +53,7 @@ "matchStrings": [ "-\\s(?pipeline\\-stage\\-tags\\-.*):(?.*)" ], + "versioningTemplate": "maven", "depNameTemplate": "jenkinsci/pipeline-model-definition-plugin", "datasourceTemplate": "github-tags" }, @@ -61,6 +62,7 @@ "matchStrings": [ "-\\s(?pipeline\\-model\\-.*):(?.*)" ], + "versioningTemplate": "maven", "depNameTemplate": "jenkinsci/pipeline-model-definition-plugin", "datasourceTemplate": "github-tags" }, @@ -69,6 +71,7 @@ "matchStrings": [ "-\\s(?mina\\-sshd\\-api\\-.*):(?.*)" ], + "versioningTemplate": "maven", "depNameTemplate": "jenkinsci/mina-sshd-api-plugin", "datasourceTemplate": "github-tags" }, @@ -77,6 +80,7 @@ "matchStrings": [ "-\\s(?[aA0-zZ9\\-]*):(?.*)" ], + "versioningTemplate": "maven", "depNameTemplate": "jenkinsci/{{{depName}}}-plugin", "datasourceTemplate": "github-tags" },