File tree 3 files changed +3
-3
lines changed
lib/modules/datasource/aws-rds
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -753,7 +753,7 @@ image: my.old.registry/aRepository/andImage:1.18-alpine
753
753
" customManagers " : [
754
754
{
755
755
" customType " : " regex" ,
756
- " filePatterns " : ["/ values.yaml$/ "],
756
+ " filePatterns " : ["values.yaml"],
757
757
" matchStrings " : [
758
758
" image:\\ s+(?<depName>my\\ .old\\ .registry/aRepository/andImage):(?<currentValue>[^\\ s]+)"
759
759
],
Original file line number Diff line number Diff line change @@ -485,7 +485,7 @@ private-package==1.2.3
485
485
` ` ` json
486
486
{
487
487
"pip-compile": {
488
- "filePatterns": ["/ requirements.in/ "]
488
+ "filePatterns": ["requirements.in"]
489
489
},
490
490
"hostRules": [
491
491
{
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ For example:
63
63
"customManagers" : [
64
64
{
65
65
"customType" : " regex" ,
66
- "filePatterns" : [" / \\ .yaml$/ " ],
66
+ "filePatterns" : [" ** .yaml" ],
67
67
"matchStrings" : [
68
68
" .*rdsFilter=(?<lookupName>.+?)[ ]*\n [ ]*(?<depName>[a-zA-Z0-9-_:]*)[ ]*?:[ ]*?[\" |']?(?<currentValue>[.\\ d]+)[\" |']?.*"
69
69
],
You can’t perform that action at this time.
0 commit comments