File tree 2 files changed +6
-4
lines changed 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 18
18
"customManagers" : [
19
19
{
20
20
"customType" : " regex" ,
21
- "fileMatch " : [
22
- " apps/appsets/openstack.yaml$"
21
+ "managerFilePatterns " : [
22
+ " / apps/appsets/openstack.yaml$/ "
23
23
],
24
24
"matchStrings" : [
25
25
" \\ s- component: (?<depName>.+)\\ n\\ s+repoURL: (?<packageName>.+)\\ n\\ s+chartVersion: (?<currentValue>.+)\\ s"
28
28
},
29
29
{
30
30
"customType" : " regex" ,
31
- "fileMatch" : [" ^.*\\ .ya?ml$" ],
31
+ "managerFilePatterns" : [
32
+ " /^.*\\ .ya?ml$/"
33
+ ],
32
34
"matchStrings" : [
33
35
" (?<depName>[^/]+/[^/]+)/releases/download/v(?<currentValue>[^/]+)"
34
36
],
Original file line number Diff line number Diff line change 71
71
files : ' ^python/understack-workflows/'
72
72
args : ["-C", "python/understack-workflows", "--no-update"]
73
73
- repo : https://github.com/renovatebot/pre-commit-hooks
74
- rev : 39.174.0
74
+ rev : 40.8.1
75
75
hooks :
76
76
- id : renovate-config-validator
77
77
- repo : https://github.com/RobertCraigie/pyright-python
You can’t perform that action at this time.
0 commit comments