We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 082dfd2 + 8aadd88 commit 08c2db6Copy full SHA for 08c2db6
.github/renovate/matchOpenStackHelm.json
@@ -3,11 +3,9 @@
3
"customManagers": [
4
{
5
"customType": "regex",
6
- "managerFilePatterns": [
7
- "/apps/.*\\.ya?ml$"
8
- ],
+ "fileMatch": ["apps.*\\.ya?ml$"],
9
"matchStrings": [
10
- "['\"]?component:\\s['\"]?(?<depName>)['\"]?\\s*(?:repoUrl:\\s['\"]?(?<repoUrl>.*?)?['\"]\\s*chartVersion:\\s['\"]?(?<currentValue>.*?)['\"]?"
+ "component:\\s['\"]?(?<depName>.*?)['\"]?\\s*(repoUrl:\\s['\"]?(?<repoUrl>.*?)['\"]\\s*)?chartVersion:\\s['\"]?(?<currentValue>.*?)['\"]?"
11
],
12
"datasourceTemplate": "helm",
13
"registryUrlTemplate": "{{#if repoUrl }}{{repoUrl}}{{else}}https://tarballs.opendev.org/openstack/openstack-helm{{/if}}",
0 commit comments