Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
fix renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
0x77dev committed May 7, 2024
1 parent 74c669d commit 26c8b03
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,18 @@
"addon",
"docker"
],
"commitMessageExtra": "to {{#if isMajor}}v{{{newMajor}}}{{else}}{{#if isSingleVersion}}v{{{toVersion}}}{{else}}{{{newValue}}}{{/if}}{{/if}}",
"commitMessageExtra": "to {{#if isMajor}}v{{{newMajor}}}{{else}}{{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}{{/if}}",
"commitMessageTopic": "{{depName}} add-on Docker image",
"datasourceTemplate": "docker",
"extractVersion": "^(?<version>.*)$",
"matchDepTypes": [
"docker"
],
"matchPaths": [
"matchFileNames": [
"**/config.yaml"
],
"packagePattern": "(?<registry>\\S+\\.\\S+)/(?<depName>[a-z0-9-]+/[a-z0-9-]+)(?::(?<currentValue>[a-z0-9.-]+))?",
"matchPackagePatterns": [
"(?<registry>\\S+\\.\\S+)/(?<depName>[a-z0-9-]+/[a-z0-9-]+)(?::(?<currentValue>[a-z0-9.-]+))?"
],
"prBodyColumns": [
"Package",
"Change",
Expand All @@ -43,13 +44,7 @@
"Change": "{{{displayFrom}}} -> {{{displayTo}}}",
"Type": "{{{updateType}}}"
},
"updateTypes": [
"major",
"minor",
"patch"
],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?:-(?<prerelease>[^+]+))?(?:\\+(?<build>.+))?$",
"versioningTemplate": "docker"
"versioning": "docker"
},
{
"addLabels": [
Expand Down

0 comments on commit 26c8b03

Please sign in to comment.