Compare commits

...

2 Commits

Author SHA1 Message Date
fa8f225239 chore(deps): update dependency docker/compose to v2.40.2
Some checks failed
Build / build-amd64 (pull_request) Has been cancelled
Build / build-arm64 (pull_request) Has been cancelled
Lint Markdown files / markdown-lint (pull_request) Has been cancelled
2025-10-22 22:24:19 +02:00
6767f0711a fix(renovate): typo in package name
Some checks failed
Build / build-arm64 (push) Has been cancelled
Build / build-amd64 (push) Has been cancelled
Lint Markdown files / markdown-lint (push) Successful in 7s
2025-10-22 22:23:59 +02:00
2 changed files with 2 additions and 2 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

@@ -28,7 +28,7 @@
],
"automerge": true,
"matchPackageNames": [
"docker-compose"
"docker/compose"
],
"matchManagers": [
"regex"