chore: remove redundant configs now handled globally

This commit is contained in:
Sagent
2026-06-09 13:40:53 +00:00
parent c027ac395d
commit 02b829c6b1
+4 -5
View File
@@ -1,14 +1,13 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"gitlabci": {
"enabled": true,
"fileMatch": ["^\\.gitlab-ci\\.yml$"]
},
"customManagers": [ "customManagers": [
{ {
"customType": "regex", "customType": "regex",
"description": "Detect Docker images in Jenkins pipeline files", "description": "Detect Docker images in Jenkins pipeline files",
"fileMatch": ["Jenkinsfile$", "Jenkinsfile-pod-template\\.yml$"], "fileMatch": [
"Jenkinsfile$",
"Jenkinsfile-pod-template\\.yml$"
],
"matchStrings": [ "matchStrings": [
"image:\\s*['\"]?(?<depName>[^'\"\\s]+):(?<currentValue>[^'\"\\s]+)['\"]?" "image:\\s*['\"]?(?<depName>[^'\"\\s]+):(?<currentValue>[^'\"\\s]+)['\"]?"
], ],