Files
homelab-v/renovate.json
T
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2b400a3d4a chore(config): migrate renovate config (#307)
chore(config): migrate config renovate.json

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-08 16:59:56 +02:00

71 lines
1.5 KiB
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":rebaseStalePrs"
],
"kustomize": {
"managerFilePatterns": [
"/(^|/)kustomization\\.ya?ml(\\.j2)?$/"
]
},
"customManagers": [
{
"customType": "regex",
"managerFilePatterns": [
"/\\.tf$/",
"/\\.tftpl$/",
"/\\.yaml$/",
"/\\.sh$/",
"/\\.tfvars/"
],
"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": [
"**/netbirdio/**",
"netbirdio/**"
]
},
{
"groupName": "Intel Device Plugins",
"matchPackageNames": [
"/intel-device-plugins/"
]
},
{
"groupName": "Cilium",
"matchPackageNames": [
"/cilium/"
]
},
{
"matchManagers": [
"terraform"
],
"matchDepTypes": [
"provider",
"required_provider"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
}
]
}