fix(renovate): add .tofu extension for terraform providers

Signed-off-by: Vegard Hagen <[email protected]>
This commit is contained in:
Vegard Hagen
2025-06-08 22:23:24 +02:00
parent 2b400a3d4a
commit 7adf4cb1ff
+7
View File
@@ -4,6 +4,12 @@
"config:recommended", "config:recommended",
":rebaseStalePrs" ":rebaseStalePrs"
], ],
"terraform": {
"managerFilePatterns": [
"/\\.tf$/",
"/\\.tofu$/"
]
},
"kustomize": { "kustomize": {
"managerFilePatterns": [ "managerFilePatterns": [
"/(^|/)kustomization\\.ya?ml(\\.j2)?$/" "/(^|/)kustomization\\.ya?ml(\\.j2)?$/"
@@ -14,6 +20,7 @@
"customType": "regex", "customType": "regex",
"managerFilePatterns": [ "managerFilePatterns": [
"/\\.tf$/", "/\\.tf$/",
"/\\.tofu$/",
"/\\.tftpl$/", "/\\.tftpl$/",
"/\\.yaml$/", "/\\.yaml$/",
"/\\.sh$/", "/\\.sh$/",