Files
docker-compose-docker/renovate.json
Markus Pesch aa57016253
All checks were successful
Build / build-amd64 (push) Successful in 2m26s
Build / build-arm64 (push) Successful in 7m0s
fix(renovate): enable automerge of docker-compose updates
2025-10-22 21:10:02 +02:00

21 lines
628 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"fileMatch": ["^README\\.md$"],
"matchStrings": [
"VERSION=(?<currentValue>.*)"
],
"depNameTemplate": "volker.raschek/docker-compose",
"datasourceTemplate": "docker",
"registryUrlTemplate": "https://git.cryptic.systems"
}
],
"extends": [
"local>volker.raschek/renovate-config:default#master",
"local>volker.raschek/renovate-config:container#master",
"local>volker.raschek/renovate-config:actions#master",
"local>volker.raschek/renovate-config:regexp#master"
]
}