0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-10-22 12:10:38 +00:00

fix: opentofu woodpecker fileMatch

This commit is contained in:
Robert Kaussow 2024-08-20 20:35:42 +02:00
parent 2bbeea1b60
commit 2e691aa118
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -12,7 +12,7 @@
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^terraform/.+.tf$", "^.woodpecker.ya?ml$"],
"fileMatch": ["^terraform/.+.tf$", "^.woodpecker/.+.ya?ml$"],
"matchStrings": [
"required_version = \"?([=><\\s]+)?(?<currentValue>[^\"]+)\"?",
"tofu_version: \"?(?<currentValue>.*?)\"?\\s"