diff --git a/renovate.json b/renovate.json index 1bcc79c..f95e66c 100644 --- a/renovate.json +++ b/renovate.json @@ -1,14 +1,13 @@ { "$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$"], + "fileMatch": [ + "Jenkinsfile$", + "Jenkinsfile-pod-template\\.yml$" + ], "matchStrings": [ "image:\\s*['\"]?(?[^'\"\\s]+):(?[^'\"\\s]+)['\"]?" ],