Skip to content

Commit

Permalink
feat: re-add plugin renovate json
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed Sep 4, 2024
1 parent 5b3d1fc commit cefd16d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,16 @@
"commitMessageTopic": "package-deps",
"matchDatasources": ["docker", "helm", "git-tags"]
}
],
"regexManagers": [
{
"fileMatch": ["values\\/.*\\.ya?ml$"],
"matchStrings": [
"-\\s(?<depName>[aA0-zZ9\\-]*):(?<currentValue>.*)"
],
"versioningTemplate": "maven",
"depNameTemplate": "jenkinsci/{{{depName}}}-plugin",
"datasourceTemplate": "github-tags"
}
]
}

0 comments on commit cefd16d

Please sign in to comment.