You've already forked docker-compose-docker
Compare commits
2 Commits
f985c53b41
...
0841b133e4
| Author | SHA1 | Date | |
|---|---|---|---|
|
0841b133e4
|
|||
|
aa57016253
|
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
|||||||
# DC_VERSION
|
# DC_VERSION
|
||||||
# Only required to install a specify 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
|
# CONTAINER_RUNTIME
|
||||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a container runtime. This is needed to start and
|
# The CONTAINER_RUNTIME variable will be used to specified the path to a container runtime. This is needed to start and
|
||||||
|
|||||||
@@ -16,12 +16,5 @@
|
|||||||
"local>volker.raschek/renovate-config:container#master",
|
"local>volker.raschek/renovate-config:container#master",
|
||||||
"local>volker.raschek/renovate-config:actions#master",
|
"local>volker.raschek/renovate-config:actions#master",
|
||||||
"local>volker.raschek/renovate-config:regexp#master"
|
"local>volker.raschek/renovate-config:regexp#master"
|
||||||
],
|
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"automerge": false,
|
|
||||||
"matchPackageNames": [ "docker-compose" ],
|
|
||||||
"matchManagers": [ "regex" ]
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user