Compare commits

...

2 Commits

Author SHA1 Message Date
455c331cc3 chore(deps): update dependency docker/compose to v2.40.2
Some checks failed
Build / build-amd64 (pull_request) Successful in 2m24s
Auto release / tag_on_change (push) Failing after 9s
Build / build-amd64 (push) Successful in 2m21s
Build / build-arm64 (pull_request) Successful in 7m3s
Build / build-arm64 (push) Has been cancelled
2025-10-22 21:50:38 +02:00
88f22d772a fix(renovate): enable automerge of docker-compose updates
Some checks failed
Build / build-amd64 (push) Successful in 2m22s
Build / build-arm64 (push) Has been cancelled
2025-10-22 21:50:17 +02:00
2 changed files with 11 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# DC_VERSION
# Only required to install a specify version
DC_VERSION?=v2.40.0 # renovate: datasource=github-releases depName=docker/compose
DC_VERSION?=v2.40.2 # renovate: datasource=github-releases depName=docker/compose
# CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a container runtime. This is needed to start and

View File

@@ -16,5 +16,15 @@
"local>volker.raschek/renovate-config:container#master",
"local>volker.raschek/renovate-config:actions#master",
"local>volker.raschek/renovate-config:regexp#master"
],
"packageRules": [
{
"addLabels": [
"renovate/automerge"
],
"automerge": true,
"matchPackageNames": [ "docker-compose" ],
"matchManagers": [ "regex" ]
}
]
}