From 5d86dd68d518c0400488b2d1ac7de8fd9e9a684a Mon Sep 17 00:00:00 2001 From: Sagent Date: Tue, 9 Jun 2026 13:40:36 +0000 Subject: [PATCH] chore: remove redundant configs now handled globally --- renovate.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 3f873d1..7041178 100644 --- a/renovate.json +++ b/renovate.json @@ -1,13 +1,12 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "gitlabci": { - "enabled": false - }, "customManagers": [ { "customType": "regex", "description": "Detect ARG VERSION pin for jcabillot/phpapache base image", - "fileMatch": ["^Dockerfile$"], + "fileMatch": [ + "^Dockerfile$" + ], "matchStrings": [ "ARG\\s+VERSION=\"(?[^\"]+)\"" ],