{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], "kubernetes": { "fileMatch": ["\\.ya?ml$"] }, "regexManagers": [ { "fileMatch": ["\\.ya?ml$"], "matchStrings": [ "image:\\s*\"?(?[^\":]+?)(?::(?[^\"\\s]*))?\"?" ], "datasourceTemplate": "docker" } ] }