mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
42 lines
848 B
JSON
42 lines
848 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"kustomize": {
|
|
"fileMatch": [
|
|
"(^|/)kustomization\\.ya?ml(\\.j2)?$"
|
|
]
|
|
},
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"fileMatch": [
|
|
"\\.tf$",
|
|
"\\.tftpl$",
|
|
"\\.yaml$",
|
|
"\\.sh$"
|
|
],
|
|
"matchStrings": [
|
|
"(?<currentValue>[\\w+\\.\\-]*)['\",;]*\\s*#\\s?renovate: (?<datasource>\\S+)=(?<depName>\\S+)\\s?(registry=(?<registryUrl>\\S+))?\\s?(versioning=(?<versioning>\\S+))?"
|
|
]
|
|
}
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": [
|
|
"terraform"
|
|
],
|
|
"matchDepTypes": [
|
|
"provider",
|
|
"required_provider"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
],
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|