File tree Expand file tree Collapse file tree 2 files changed +26
-11
lines changed Expand file tree Collapse file tree 2 files changed +26
-11
lines changed Original file line number Diff line number Diff line change 4
4
"extends" : [
5
5
" github>rackerlabs/understack//.github/renovate/default" ,
6
6
" github>rackerlabs/understack//.github/renovate/nautobot" ,
7
- " github>rackerlabs/understack//.github/renovate/understackContainerMatch"
7
+ " github>rackerlabs/understack//.github/renovate/understackContainerMatch" ,
8
+ " github>rackerlabs/understack//.github/renovate/matchOpenStackHelm"
8
9
],
9
10
"packageRules" : [
10
11
{
16
17
}
17
18
],
18
19
"customManagers" : [
19
- {
20
- "customType" : " regex" ,
21
- "managerFilePatterns" : [
22
- " /apps/appsets/openstack.yaml$/"
23
- ],
24
- "matchStrings" : [
25
- " \\ s- component: (?<depName>.+)\\ n\\ s+repoURL: (?<packageName>.+)\\ n\\ s+chartVersion: (?<currentValue>.+)\\ s"
26
- ],
27
- "datasourceTemplate" : " helm"
28
- },
29
20
{
30
21
"customType" : " regex" ,
31
22
"managerFilePatterns" : [
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
+ "customManagers" : [
4
+ {
5
+ "customType" : " regex" ,
6
+ "managerFilePatterns" : [
7
+ " /apps/.*\\ .ya?ml$"
8
+ ],
9
+ "matchStrings" : [
10
+ " ['\" ]?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}}" ,
14
+ "packageNameTemplate" : " openstack-helm/{{depName}}" ,
15
+ "versioningTemplate" : " helm"
16
+ }
17
+ ],
18
+ "packageRules" : [
19
+ {
20
+ "matchPackageNames" : [" openstack-helm/**" ],
21
+ "groupName" : " openstack-helm"
22
+ }
23
+ ]
24
+ }
You can’t perform that action at this time.
0 commit comments