|
21 | 21 | "customManagers": [ |
22 | 22 | { |
23 | 23 | "customType": "regex", |
24 | | - "fileMatch": ".github/workflows/pre-commit.yml", |
| 24 | + "managerFilePatterns": [ |
| 25 | + "/.github/workflows/pre-commit.yml/" |
| 26 | + ], |
25 | 27 | "depNameTemplate": "terraform-docs/terraform-docs", |
26 | 28 | "matchStrings": [ |
27 | 29 | "TF_DOCS_VERSION=\"(?<currentValue>.*?)\"" |
|
30 | 32 | }, |
31 | 33 | { |
32 | 34 | "customType": "regex", |
33 | | - "fileMatch": ".github/workflows/pre-commit.yml", |
| 35 | + "managerFilePatterns": [ |
| 36 | + "/.github/workflows/pre-commit.yml/" |
| 37 | + ], |
34 | 38 | "depNameTemplate": "aquasecurity/trivy", |
35 | 39 | "matchStrings": [ |
36 | 40 | "TRIVY_VERSION=\"(?<currentValue>.*?)\"" |
|
39 | 43 | }, |
40 | 44 | { |
41 | 45 | "customType": "regex", |
42 | | - "fileMatch": ".github/workflows/pre-commit.yml", |
| 46 | + "managerFilePatterns": [ |
| 47 | + "/.github/workflows/pre-commit.yml/" |
| 48 | + ], |
43 | 49 | "depNameTemplate": "terraform-linters/tflint", |
44 | 50 | "matchStrings": [ |
45 | 51 | "TFLINT_VERSION=\"(?<currentValue>.*?)\"" |
|
48 | 54 | }, |
49 | 55 | { |
50 | 56 | "customType": "regex", |
51 | | - "fileMatch": ".github/scripts/docker-create.sh", |
| 57 | + "managerFilePatterns": [ |
| 58 | + "/.github/scripts/docker-create.sh/" |
| 59 | + ], |
52 | 60 | "depNameTemplate": "OWASP/wrongsecrets-binaries", |
53 | 61 | "matchStrings": [ |
54 | 62 | "BINARY_VERSION=\"(?<currentValue>.*?)\"" |
|
57 | 65 | }, |
58 | 66 | { |
59 | 67 | "customType": "regex", |
60 | | - "fileMatch": "aws/k8s-aws-alb-script.sh", |
| 68 | + "managerFilePatterns": [ |
| 69 | + "/aws/k8s-aws-alb-script.sh/" |
| 70 | + ], |
61 | 71 | "depNameTemplate": "kubernetes-sigs/aws-alb-ingress-controller", |
62 | 72 | "matchStrings": [ |
63 | 73 | "LBC_VERSION=\"(?<currentValue>.*?)\"" |
|
0 commit comments