From 02b829c6b185f371e3bfc16e0364294ef49f442f Mon Sep 17 00:00:00 2001 From: Sagent Date: Tue, 9 Jun 2026 13:40:53 +0000 Subject: [PATCH] chore: remove redundant configs now handled globally --- renovate.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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]+)['\"]?" ],