diff --git a/host_vars/pottwal.n39.eu/vars.yml b/host_vars/pottwal.n39.eu/vars.yml index 0129f2c..6e0662a 100644 --- a/host_vars/pottwal.n39.eu/vars.yml +++ b/host_vars/pottwal.n39.eu/vars.yml @@ -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 diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..4f0137e --- /dev/null +++ b/renovate.json @@ -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: (?.*?):(?.*?)(@sha256:(?.*?))?$" + ] + } + ] +} \ No newline at end of file