Merge pull request 'feat: add renovate config to automatically update the docker compose version based on the latest published release on github' (#278) from feat/renovate-docker-compose-version into master
Reviewed-on: Netz39_Admin/netz39-infra-ansible#278
This commit is contained in:
commit
6238a4ab81
1 changed files with 10 additions and 0 deletions
|
@ -11,6 +11,16 @@
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"image: (?<depName>.*?):(?<currentValue>.*?)(@(?<currentDigest>sha256:.*?))?\\s"
|
"image: (?<depName>.*?):(?<currentValue>.*?)(@(?<currentDigest>sha256:.*?))?\\s"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fileMatch": [
|
||||||
|
"^roles/docker_setup/defaults/main.yml$"
|
||||||
|
],
|
||||||
|
"datasourceTemplate": "github-release",
|
||||||
|
"versioningTemplate": "semver",
|
||||||
|
"matchStrings": [
|
||||||
|
"docker_compose_version: (?<currentValue>.*?)\\s"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
|
Loading…
Reference in a new issue