From fa79ada9ad018216af4c5524467d6366b58ce9b4 Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Thu, 17 Mar 2022 15:35:22 +0100
Subject: [PATCH] Use custom renovate presets

---
 renovate.json | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/renovate.json b/renovate.json
index 43bef65d..f5827935 100644
--- a/renovate.json
+++ b/renovate.json
@@ -1,7 +1,6 @@
 {
-  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
-  "extends": [
-    "config:base"
-  ],
-  "bumpVersion": "patch"
+    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+    "extends": [
+        "local>stackspin/renovate-config"
+    ]
 }
-- 
GitLab