feat: add renovate config to automatically update the docker compose version based on the latest published release on github
This commit is contained in:
parent
50924aa38f
commit
1d8f232c28
1 changed files with 10 additions and 0 deletions
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue