Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
02b829c6b1
|
|||
|
c027ac395d
|
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"$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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user