{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "customManagers": [ { "customType": "regex", "description": "Detect Docker images in Jenkins pipeline files", "fileMatch": [ "Jenkinsfile$", "Jenkinsfile-pod-template\\.yml$" ], "matchStrings": [ "image:\\s*['\"]?(?[^'\"\\s]+):(?[^'\"\\s]+)['\"]?" ], "datasourceTemplate": "docker" } ] }