Skip to content

Commit 04e8987

Browse files
Apply suggestions from code review
Co-authored-by: Michael Kriese <[email protected]>
1 parent d676c79 commit 04e8987

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
],

docs/usage/getting-started/private-packages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ private-package==1.2.3
485485
```json
486486
{
487487
"pip-compile": {
488-
"filePatterns": ["/requirements.in/"]
488+
"filePatterns": ["requirements.in"]
489489
},
490490
"hostRules": [
491491
{

lib/modules/datasource/aws-rds/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For example:
6363
"customManagers": [
6464
{
6565
"customType": "regex",
66-
"filePatterns": ["/\\.yaml$/"],
66+
"filePatterns": ["**.yaml"],
6767
"matchStrings": [
6868
".*rdsFilter=(?<lookupName>.+?)[ ]*\n[ ]*(?<depName>[a-zA-Z0-9-_:]*)[ ]*?:[ ]*?[\"|']?(?<currentValue>[.\\d]+)[\"|']?.*"
6969
],

0 commit comments

Comments
 (0)