From c736f17f14312ead3e06e7dc6d664c1f358741b8 Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Sat, 3 Feb 2024 21:59:49 +0100 Subject: [PATCH] config: disable auto discover --- .github/renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index ae105dcc0..1fcf4f5f6 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -19,5 +19,7 @@ "dev" ], "branchPrefix": "renovate/", - "autodiscover": true + "repositories": [ + "homarr-labs/homarr" + ] } \ No newline at end of file