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.
Files
phpapache-arm64/renovate.json
T

18 lines
457 B
JSON
Raw Normal View History

{
"$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"
}
]
}