Skip to content

Commit e9938fc

Browse files
Update docs/usage/configuration-options.md
Co-authored-by: Michael Kriese <[email protected]>
1 parent 04e8987 commit e9938fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/configuration-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ image: my.old.registry/aRepository/andImage:1.18-alpine
753753
"customManagers": [
754754
{
755755
"customType": "regex",
756-
"filePatterns": ["values.yaml"],
756+
"filePatterns": ["/values.yaml$/"],
757757
"matchStrings": [
758758
"image:\\s+(?<depName>my\\.old\\.registry/aRepository/andImage):(?<currentValue>[^\\s]+)"
759759
],

0 commit comments

Comments
 (0)