diff --git a/renovate.json b/renovate.json index 93014a3..87b4b9c 100644 --- a/renovate.json +++ b/renovate.json @@ -5,23 +5,26 @@ ":semanticCommitTypeAll(chore)" ], "ignoreDeps": ["postgres"], + "regexManagers": [ + { + "fileMatch": ["group_vars/all.yml"], + "matchStrings": ["^(\\s*(?\\w+_latest_image):\\s*\"?(?[^\"]+)\"?)"], + "datasourceTemplate": "docker", + "depNameTemplate": "{{ currentValue }}", + "versioningTemplate": "docker" + } + ], "packageRules": [ { "managers": ["docker"], "matchPackageNames": ["alpine", "node"], - "extractVersion": "tag", "pinDigests": true }, { "managers": ["docker"], "matchPackageNames": ["git.comprofix.com/mmckinnon/debian-latest"], - "registryUrls": ["https://git.comprofix.com/v2/"] - } - ], - "regexManagers": [ - { - "fileMatch": ["group_vars/all.yml"], - "matchStrings": ["^(\\s*\\w+_latest_image:\\s*\"?)(?[^\\s\"]+)(\"?)"] + "registryUrls": ["https://git.comprofix.com/v2/"], + "pinDigests": true } ] }