Skip to content

Commit

Permalink
Merge pull request #1762 from OWASP/fix/expand-renovate-coverage
Browse files Browse the repository at this point in the history
fix: expand coverage to tools within precommit workflow
  • Loading branch information
commjoen authored Nov 12, 2024
2 parents 8b53248 + 622835b commit 879079e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,33 @@
"dependencies"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ".github/workflows/pre-commit.yml",
"depNameTemplate": "terraform-docs/terraform-docs",
"matchStrings": [
"TF_DOCS_VERSION=\"(?<currentValue>.*?)\""
],
"datasourceTemplate": "github-releases"
},
{
"customType": "regex",
"fileMatch": ".github/workflows/pre-commit.yml",
"depNameTemplate": "aquasecurity/tfsec",
"matchStrings": [
"TFSEC_VERSION=\"(?<currentValue>.*?)\""
],
"datasourceTemplate": "github-releases"
},
{
"customType": "regex",
"fileMatch": ".github/workflows/pre-commit.yml",
"depNameTemplate": "terraform-linters/tflint",
"matchStrings": [
"TFLINT_VERSION=\"(?<currentValue>.*?)\""
],
"datasourceTemplate": "github-releases"
},
{
"customType": "regex",
"fileMatch": ".github/scripts/docker-create.sh",
Expand Down

0 comments on commit 879079e

Please sign in to comment.