Skip to content

Commit

Permalink
filematch update
Browse files Browse the repository at this point in the history
  • Loading branch information
steled committed Dec 27, 2024
1 parent 5817c57 commit f96d418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"customType": "regex",
"fileMatch": [
"(^|/)*\\.tf$"
"\\.tf$"
],
"matchStrings": [
"\\s*# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (?:packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?(?: registryUrl=(?<registryUrl>[^\\s]+?))?\\s+[A-Za-z0-9_]+?_(VERSION|version)\\s*:*\\??=\\s*[\"']?(?<currentValue>.+?)[\"']?\\s"
Expand Down

0 comments on commit f96d418

Please sign in to comment.