feat: add renovate config to automatically update the docker compose version based on the latest published release on github

This commit is contained in:
David Kilias 2023-12-02 19:12:44 +00:00 committed by Stefan Haun
parent 50924aa38f
commit 1d8f232c28

View file

@ -11,6 +11,16 @@
"matchStrings": [
"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": [