{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], "customManagers": [ { "description": "Update Docker image tags in Nomad job files", "customType": "regex", "fileMatch": ["\\.nomad\\.hcl$"], "matchStrings": [ "image\\s*=\\s*\"(?[^:\"]+):(?[^\"]+)\"" ], "datasourceTemplate": "docker" } ] }