feat: add renovate config to update docker containers
This commit is contained in:
parent
74e0b9112d
commit
9b234670ec
2 changed files with 16 additions and 1 deletions
|
@ -14,7 +14,6 @@ forgejo_ssh_port: 2222
|
|||
forgejo_domain_name: gitea.n39.eu
|
||||
forgejo_image: codeberg.org/forgejo/forgejo:1.19
|
||||
|
||||
|
||||
shlink_host_port: 8083
|
||||
shlink_domain_name: sl.n39.eu
|
||||
shlink_image: shlinkio/shlink:2.6.2
|
||||
|
|
16
renovate.json
Normal file
16
renovate.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": [
|
||||
"host-*.yml",
|
||||
"host_vars/*/vars.yml"
|
||||
],
|
||||
"datasourceTemplate": "docker",
|
||||
"versioningTemplate": "docker",
|
||||
"matchStrings": [
|
||||
"image: (?<depName>.*?):(?<currentValue>.*?)(@sha256:(?<currentDigest>.*?))?$"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue