From a8593b20951de1c0aa8122ec271b23681ac202d1 Mon Sep 17 00:00:00 2001
From: Georg Krause <georg@funkwhale.audio>
Date: Sat, 3 Jun 2023 15:10:41 +0000
Subject: [PATCH] chore(deps) Configure renovate to widen the range

---
 renovate.json | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/renovate.json b/renovate.json
index 7190a60..23eb6ce 100644
--- a/renovate.json
+++ b/renovate.json
@@ -1,3 +1,10 @@
 {
-  "$schema": "https://docs.renovatebot.com/renovate-schema.json"
+  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+  "extends": ["local>funkwhale/ci//renovate"],
+  "packageRules": [
+    {
+      "matchManagers": ["poetry"],
+      "rangeStrategy": "widen"
+    }
+  ]
 }
-- 
GitLab