renovate-config/container.json
2025-03-30 19:38:53 +02:00

25 lines
544 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"addLabels": [
"renovate/automerge",
"renovate/container-image"
],
"automerge": true,
"enabled": true,
"excludePackagePatterns": [
"^(docker\\.io/)?tcort/markdown-link-check"
],
"groupName": "container images",
"groupSlug": "container-images",
"matchDatasources": [
"docker"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
]
}