Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
cjorge-graphops committed Jul 19, 2023
1 parent e605d36 commit c835a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{
"fileMatch": ["^dockerfiles/.*/Dockerfile$"],
"matchStrings": [
".*renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=v?(?<versioning>.*?))?\\sARG .*?_VERSION=\"v?(?<currentValue>.*)\"\\s"
".*renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sARG .*?_VERSION=\"(?<currentValue>.*)\"\\s"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
}
Expand Down

0 comments on commit c835a7d

Please sign in to comment.