Skip to content

Commit

Permalink
test helm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zachariahmiller authored Dec 13, 2023
1 parent 03057aa commit a8bf808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"fileMatch": ["\\.*\\.ya?ml$"],
"matchStrings": [
"registryUrl=(?<registryUrl>.*?)\n *chart: (?<depName>.*?)\n *version: (?<currentValue>.*)\n",
"# renovate: datasource=helm\n .*- name: (?<depName>.*?)\n *url: (?<registryUrl>.*?)\n *version: (?<currentValue>.*)\n"
"- name: (?<depName>.*?)\n *url: (?<registryUrl>.*?)\n *version: (?<currentValue>.*)\n"
],
"datasourceTemplate": "helm"
},
Expand Down

0 comments on commit a8bf808

Please sign in to comment.