Skip to content

Commit 3757671

Browse files
authored
Merge pull request #2036 from OWASP/renovate/migrate-config
chore(config): migrate renovate config
2 parents 78bce47 + f1c8948 commit 3757671

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

renovate.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"customManagers": [
2222
{
2323
"customType": "regex",
24-
"fileMatch": ".github/workflows/pre-commit.yml",
24+
"managerFilePatterns": [
25+
"/.github/workflows/pre-commit.yml/"
26+
],
2527
"depNameTemplate": "terraform-docs/terraform-docs",
2628
"matchStrings": [
2729
"TF_DOCS_VERSION=\"(?<currentValue>.*?)\""
@@ -30,7 +32,9 @@
3032
},
3133
{
3234
"customType": "regex",
33-
"fileMatch": ".github/workflows/pre-commit.yml",
35+
"managerFilePatterns": [
36+
"/.github/workflows/pre-commit.yml/"
37+
],
3438
"depNameTemplate": "aquasecurity/trivy",
3539
"matchStrings": [
3640
"TRIVY_VERSION=\"(?<currentValue>.*?)\""
@@ -39,7 +43,9 @@
3943
},
4044
{
4145
"customType": "regex",
42-
"fileMatch": ".github/workflows/pre-commit.yml",
46+
"managerFilePatterns": [
47+
"/.github/workflows/pre-commit.yml/"
48+
],
4349
"depNameTemplate": "terraform-linters/tflint",
4450
"matchStrings": [
4551
"TFLINT_VERSION=\"(?<currentValue>.*?)\""
@@ -48,7 +54,9 @@
4854
},
4955
{
5056
"customType": "regex",
51-
"fileMatch": ".github/scripts/docker-create.sh",
57+
"managerFilePatterns": [
58+
"/.github/scripts/docker-create.sh/"
59+
],
5260
"depNameTemplate": "OWASP/wrongsecrets-binaries",
5361
"matchStrings": [
5462
"BINARY_VERSION=\"(?<currentValue>.*?)\""
@@ -57,7 +65,9 @@
5765
},
5866
{
5967
"customType": "regex",
60-
"fileMatch": "aws/k8s-aws-alb-script.sh",
68+
"managerFilePatterns": [
69+
"/aws/k8s-aws-alb-script.sh/"
70+
],
6171
"depNameTemplate": "kubernetes-sigs/aws-alb-ingress-controller",
6272
"matchStrings": [
6373
"LBC_VERSION=\"(?<currentValue>.*?)\""

0 commit comments

Comments
 (0)