Compare commits

...

2 Commits

Author SHA1 Message Date
0841b133e4 chore(deps): update dependency docker/compose to v2.40.2
All checks were successful
Build / build-amd64 (pull_request) Successful in 2m24s
Build / build-arm64 (pull_request) Successful in 7m1s
2025-10-22 21:11:49 +02:00
aa57016253 fix(renovate): enable automerge of docker-compose updates
All checks were successful
Build / build-amd64 (push) Successful in 2m26s
Build / build-arm64 (push) Successful in 7m0s
2025-10-22 21:10:02 +02:00
2 changed files with 1 additions and 8 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,12 +16,5 @@
"local>volker.raschek/renovate-config:container#master",
"local>volker.raschek/renovate-config:actions#master",
"local>volker.raschek/renovate-config:regexp#master"
],
"packageRules": [
{
"automerge": false,
"matchPackageNames": [ "docker-compose" ],
"matchManagers": [ "regex" ]
}
]
}