From 70e002aa0515a80971c4a5b2d1910547fc48af28 Mon Sep 17 00:00:00 2001 From: Vlad Holubiev Date: Mon, 30 Jan 2023 17:01:41 +0100 Subject: [PATCH] chore: use public renovate config [ci skip] --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 0c35e295..6c70b241 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,4 @@ { - "extends": ["config:base"], - "labels": ["dependencies", "backend"] + "extends": ["github>shelfio/renovate-config-public"], + "labels": ["backend"] }