Skip to content

Commit

Permalink
adding maven versioning to renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed Jan 24, 2024
1 parent af44f94 commit f61669b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"matchStrings": [
"-\\s(?<depName>pipeline\\-stage\\-tags\\-.*):(?<currentValue>.*)"
],
"versioningTemplate": "maven",
"depNameTemplate": "jenkinsci/pipeline-model-definition-plugin",
"datasourceTemplate": "github-tags"
},
Expand All @@ -61,6 +62,7 @@
"matchStrings": [
"-\\s(?<depName>pipeline\\-model\\-.*):(?<currentValue>.*)"
],
"versioningTemplate": "maven",
"depNameTemplate": "jenkinsci/pipeline-model-definition-plugin",
"datasourceTemplate": "github-tags"
},
Expand All @@ -69,6 +71,7 @@
"matchStrings": [
"-\\s(?<depName>mina\\-sshd\\-api\\-.*):(?<currentValue>.*)"
],
"versioningTemplate": "maven",
"depNameTemplate": "jenkinsci/mina-sshd-api-plugin",
"datasourceTemplate": "github-tags"
},
Expand All @@ -77,6 +80,7 @@
"matchStrings": [
"-\\s(?<depName>[aA0-zZ9\\-]*):(?<currentValue>.*)"
],
"versioningTemplate": "maven",
"depNameTemplate": "jenkinsci/{{{depName}}}-plugin",
"datasourceTemplate": "github-tags"
},
Expand Down

0 comments on commit f61669b

Please sign in to comment.