File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 5
5
" github>rackerlabs/understack//.github/renovate/default" ,
6
6
" github>rackerlabs/understack//.github/renovate/nautobot"
7
7
],
8
+ "packageRules" : [
9
+ {
10
+ "matchManagers" : [
11
+ " devbox"
12
+ ],
13
+ "automerge" : true ,
14
+ "automergeType" : " branch"
15
+ }
16
+ ],
8
17
"customManagers" : [
9
18
{
10
- "fileMatch" : [" app/appsets/openstack.yaml" ],
19
+ "customType" : " regex" ,
20
+ "fileMatch" : [
21
+ " app/appsets/openstack.yaml$"
22
+ ],
11
23
"matchStrings" : [
12
- " - component: (?<depName>.+)\\ n\\ s+repoURL: (?<lookupName >.+)\\ n\\ s+chartVersion: (?<currentValue>.+)"
24
+ " \\ s - component: (?<depName>.+)\\ n\\ s+repoURL: (?<packageName >.+)\\ n\\ s+chartVersion: (?<currentValue>.+)\\ s "
13
25
],
14
- "datasourceTemplate" : " helm" ,
15
- "versioningTemplate" : " helm"
26
+ "datasourceTemplate" : " helm"
16
27
}
17
28
]
18
29
}
Original file line number Diff line number Diff line change 62
62
files : ' ^python/understack-workflows/'
63
63
args : ["-C", "python/understack-workflows", "--no-update"]
64
64
- repo : https://github.com/renovatebot/pre-commit-hooks
65
- rev : 38.114 .0
65
+ rev : 39.174 .0
66
66
hooks :
67
67
- id : renovate-config-validator
68
68
- repo : https://github.com/RobertCraigie/pyright-python
You can’t perform that action at this time.
0 commit comments