This repository was archived by the owner on Jul 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 " addon" ,
2323 " docker"
2424 ],
25- "commitMessageExtra" : " to {{#if isMajor}}v{{{newMajor}}}{{else}}{{#if isSingleVersion}}v{{{toVersion }}}{{else}}{{{newValue}}}{{/if}}{{/if}}" ,
25+ "commitMessageExtra" : " to {{#if isMajor}}v{{{newMajor}}}{{else}}{{#if isSingleVersion}}v{{{newVersion }}}{{else}}{{{newValue}}}{{/if}}{{/if}}" ,
2626 "commitMessageTopic" : " {{depName}} add-on Docker image" ,
2727 "datasourceTemplate" : " docker" ,
28- "extractVersion" : " ^(?<version>.*)$" ,
2928 "matchDepTypes" : [
3029 " docker"
3130 ],
32- "matchPaths " : [
31+ "matchFileNames " : [
3332 " **/config.yaml"
3433 ],
35- "packagePattern" : " (?<registry>\\ S+\\ .\\ S+)/(?<depName>[a-z0-9-]+/[a-z0-9-]+)(?::(?<currentValue>[a-z0-9.-]+))?" ,
34+ "matchPackagePatterns" : [
35+ " (?<registry>\\ S+\\ .\\ S+)/(?<depName>[a-z0-9-]+/[a-z0-9-]+)(?::(?<currentValue>[a-z0-9.-]+))?"
36+ ],
3637 "prBodyColumns" : [
3738 " Package" ,
3839 " Change" ,
4344 "Change" : " {{{displayFrom}}} -> {{{displayTo}}}" ,
4445 "Type" : " {{{updateType}}}"
4546 },
46- "updateTypes" : [
47- " major" ,
48- " minor" ,
49- " patch"
50- ],
51- "versioning" : " regex:^(?<major>\\ d+)\\ .(?<minor>\\ d+)\\ .(?<patch>\\ d+)(?:-(?<prerelease>[^+]+))?(?:\\ +(?<build>.+))?$" ,
52- "versioningTemplate" : " docker"
47+ "versioning" : " docker"
5348 },
5449 {
5550 "addLabels" : [
You can’t perform that action at this time.
0 commit comments