You've already forked docker-compose-docker
Compare commits
2 Commits
08e1f7ffc1
...
b352f5a4f7
| Author | SHA1 | Date | |
|---|---|---|---|
|
b352f5a4f7
|
|||
|
5004ee907c
|
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
@@ -2,13 +2,17 @@
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"customManagers": [
|
||||
{
|
||||
"fileMatch": ["^README\\.md$"],
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"^README\\.md$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"IMAGE_VERSION=(?<currentValue>.*)"
|
||||
],
|
||||
"depNameTemplate": "volker.raschek/docker-compose",
|
||||
"datasourceTemplate": "docker",
|
||||
"registryUrlTemplate": "https://git.cryptic.systems"
|
||||
"depNameTemplate": "volker.raschek/docker-compose",
|
||||
"lookupNameTemplate": "git.cryptic.systems/volker.raschek/docker-compose",
|
||||
"versioningTemplate": "semver"
|
||||
}
|
||||
],
|
||||
"extends": [
|
||||
@@ -23,8 +27,12 @@
|
||||
"renovate/automerge"
|
||||
],
|
||||
"automerge": true,
|
||||
"matchPackageNames": [ "docker-compose" ],
|
||||
"matchManagers": [ "regex" ]
|
||||
"matchPackageNames": [
|
||||
"docker-compose"
|
||||
],
|
||||
"matchManagers": [
|
||||
"regex"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user