You've already forked docker-compose-docker
Compare commits
2 Commits
34d5ed6c6c
...
f83d551438
| Author | SHA1 | Date | |
|---|---|---|---|
|
f83d551438
|
|||
|
5004ee907c
|
@@ -15,7 +15,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
markdown-link-checker:
|
markdown-link-checker:
|
||||||
container:
|
container:
|
||||||
image: docker.io/library/node:24.10.0-alpine
|
image: docker.io/library/node:25.0.0-alpine
|
||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
|
|
||||||
markdown-lint:
|
markdown-lint:
|
||||||
container:
|
container:
|
||||||
image: docker.io/library/node:24.10.0-alpine
|
image: docker.io/library/node:25.0.0-alpine
|
||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -2,13 +2,17 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": ["^README\\.md$"],
|
"customType": "regex",
|
||||||
|
"fileMatch": [
|
||||||
|
"^README\\.md$"
|
||||||
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"IMAGE_VERSION=(?<currentValue>.*)"
|
"IMAGE_VERSION=(?<currentValue>.*)"
|
||||||
],
|
],
|
||||||
"depNameTemplate": "volker.raschek/docker-compose",
|
|
||||||
"datasourceTemplate": "docker",
|
"datasourceTemplate": "docker",
|
||||||
"registryUrlTemplate": "https://git.cryptic.systems"
|
"depNameTemplate": "volker.raschek/docker-compose",
|
||||||
|
"lookupNameTemplate": "git.cryptic.systems/volker.raschek/docker-compose",
|
||||||
|
"versioningTemplate": "semver"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"extends": [
|
"extends": [
|
||||||
@@ -23,8 +27,12 @@
|
|||||||
"renovate/automerge"
|
"renovate/automerge"
|
||||||
],
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"matchPackageNames": [ "docker-compose" ],
|
"matchPackageNames": [
|
||||||
"matchManagers": [ "regex" ]
|
"docker-compose"
|
||||||
|
],
|
||||||
|
"matchManagers": [
|
||||||
|
"regex"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user