Skip to content

Commit

Permalink
fix: orig zarf image regex manager
Browse files Browse the repository at this point in the history
  • Loading branch information
corang committed Feb 8, 2024
1 parent bd6c839 commit 2195e73
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,22 +82,14 @@
"datasourceTemplate": "github-tags"
},
{
"fileMatch": ["^zarf.yaml$"],
"fileMatch": [".*\\/?zarf\\.ya?ml$"],
"matchStrings": [
"-\\s+['\"](?<depName>[^:]+):(?<currentValue>.*)['\"]"
"-\\s+['\"]{0,1}(?<depName>[^:\\s]+):(?<currentValue>\\S+)['\"]{0,1}\\n"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver-coerced{{/if}}",
"datasourceTemplate": "docker",
"extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^(?<version>.*)${{/if}}"
},
{
"fileMatch": ["^zarf.yaml$"],
"matchStrings": [
"- (?<depName>.*):(?<currentValue>\\S*)$"
],
"versioningTemplate": "docker",
"datasourceTemplate": "docker"
},
{
"fileMatch": ["^Makefile$"],
"matchStrings": [
Expand Down

0 comments on commit 2195e73

Please sign in to comment.