mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-23 05:30:40 +00:00
fix: opentofu woodpecker fileMatch
This commit is contained in:
parent
2bbeea1b60
commit
2e691aa118
@ -12,7 +12,7 @@
|
|||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": ["^terraform/.+.tf$", "^.woodpecker.ya?ml$"],
|
"fileMatch": ["^terraform/.+.tf$", "^.woodpecker/.+.ya?ml$"],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"required_version = \"?([=><\\s]+)?(?<currentValue>[^\"]+)\"?",
|
"required_version = \"?([=><\\s]+)?(?<currentValue>[^\"]+)\"?",
|
||||||
"tofu_version: \"?(?<currentValue>.*?)\"?\\s"
|
"tofu_version: \"?(?<currentValue>.*?)\"?\\s"
|
||||||
|
Loading…
Reference in New Issue
Block a user