This repository has been archived on 2026-06-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2026-06-09 12:54:54 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
|
"customManagers": [
|
|
|
|
|
{
|
|
|
|
|
"customType": "regex",
|
|
|
|
|
"description": "Detect Docker images in Jenkins pipeline files",
|
2026-06-09 13:40:53 +00:00
|
|
|
"fileMatch": [
|
|
|
|
|
"Jenkinsfile$",
|
|
|
|
|
"Jenkinsfile-pod-template\\.yml$"
|
|
|
|
|
],
|
2026-06-09 12:54:54 +00:00
|
|
|
"matchStrings": [
|
|
|
|
|
"image:\\s*['\"]?(?<depName>[^'\"\\s]+):(?<currentValue>[^'\"\\s]+)['\"]?"
|
|
|
|
|
],
|
|
|
|
|
"datasourceTemplate": "docker"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|