Files
homelab-v/renovate.json
T

55 lines
1.1 KiB
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": [
{
"groupName": "Media containers",
"matchPackagePrefixes": [
"ghcr.io/onedr0p",
"ghcr.io/jellyfin"
]
},
{
"groupName": "Netbird",
"matchPackagePrefixes": [
"docker.io/netbirdio"
]
},
{
"matchManagers": [
"terraform"
],
"matchDepTypes": [
"provider",
"required_provider"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
}
]
}