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"