mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 07:10:14 +00:00
fix(renovate): add .tofu extension for terraform providers
Signed-off-by: Vegard Hagen <[email protected]>
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
"config:recommended",
|
||||
":rebaseStalePrs"
|
||||
],
|
||||
"terraform": {
|
||||
"managerFilePatterns": [
|
||||
"/\\.tf$/",
|
||||
"/\\.tofu$/"
|
||||
]
|
||||
},
|
||||
"kustomize": {
|
||||
"managerFilePatterns": [
|
||||
"/(^|/)kustomization\\.ya?ml(\\.j2)?$/"
|
||||
@@ -14,6 +20,7 @@
|
||||
"customType": "regex",
|
||||
"managerFilePatterns": [
|
||||
"/\\.tf$/",
|
||||
"/\\.tofu$/",
|
||||
"/\\.tftpl$/",
|
||||
"/\\.yaml$/",
|
||||
"/\\.sh$/",
|
||||
|
||||
Reference in New Issue
Block a user