From 2e691aa1181f1aeb92ddffd95362db6f95701622 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 20 Aug 2024 20:35:42 +0200 Subject: [PATCH] fix: opentofu woodpecker fileMatch --- opentofu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentofu.json b/opentofu.json index f5a2b66..cdd1fd4 100644 --- a/opentofu.json +++ b/opentofu.json @@ -12,7 +12,7 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["^terraform/.+.tf$", "^.woodpecker.ya?ml$"], + "fileMatch": ["^terraform/.+.tf$", "^.woodpecker/.+.ya?ml$"], "matchStrings": [ "required_version = \"?([=><\\s]+)?(?[^\"]+)\"?", "tofu_version: \"?(?.*?)\"?\\s"