chore: add renovate.json with gitlabci + Jenkins regex managers
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"gitlabci": {
|
||||||
|
"enabled": true,
|
||||||
|
"fileMatch": ["^\\.gitlab-ci\\.yml$"]
|
||||||
|
},
|
||||||
|
"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