From fa9baee595fb278fa4bbeab61c9f4160db51cac9 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Thu, 14 Oct 2021 17:15:44 +0200
Subject: [PATCH] remove include of base config in the hope that enables regex
 module

---
 renovate.json | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/renovate.json b/renovate.json
index 90c1048..7b60559 100644
--- a/renovate.json
+++ b/renovate.json
@@ -1,8 +1,4 @@
 {
-  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
-  "extends": [
-    "config:base"
-  ],
   "regexManagers": [
     {
       "fileMatch": ["^values.yaml$"],
-- 
GitLab