Files
homelab-v/renovate.json
T
2025-03-24 15:38:53 +01:00

69 lines
1.4 KiB
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":rebaseStalePrs"
],
"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",
"matchPackageNames": [
"ghcr.io/jellyfin/**",
"ghcr.io/home-operations/plex**",
"ghcr.io/home-operations/**arr**"
]
},
{
"groupName": "Netbird",
"matchPackageNames": [
"docker.io/netbirdio/**"
]
},
{
"groupName": "Intel Device Plugins",
"matchPackageNames": [
"/intel-device-plugins/"
]
},
{
"groupName": "Cilium",
"matchPackageNames": [
"/cilium/"
]
},
{
"matchManagers": [
"terraform"
],
"matchDepTypes": [
"provider",
"required_provider"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
}
]
}