Skip to content

Commit

Permalink
fix: automatically update tflint.hcl (#90)
Browse files Browse the repository at this point in the history
# Description

The standard `tflint-plugin` updates `.tflint.hcl` only, but we use a
different naming here (without the leading dot).

This PR adds our file pattern to Renovate to enable automatic updates on
this file as well.

# Verification

None.
  • Loading branch information
kayman-mk committed May 18, 2024
1 parent c75a47b commit 8c457ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,9 @@
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
}
]
],

"tflint-plugin": {
"fileMatch": ["tflint\\.hcl$"]
}
}

0 comments on commit 8c457ac

Please sign in to comment.