18 lines
457 B
JSON
18 lines
457 B
JSON
{
|
|
"$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*['\"]?(?<depName>[^'\"\\s]+):(?<currentValue>[^'\"\\s]+)['\"]?"
|
|
],
|
|
"datasourceTemplate": "docker"
|
|
}
|
|
]
|
|
}
|