From 30079abcd05969b8dca70276a88f99d28dd0143a Mon Sep 17 00:00:00 2001 From: Vlad Holubiev Date: Mon, 30 Jan 2023 16:44:30 +0100 Subject: [PATCH] chore: use public renovate config [ci skip] --- renovate.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 760913a..6d8c342 100644 --- a/renovate.json +++ b/renovate.json @@ -1,13 +1,11 @@ { "extends": [ - "config:base" + "github>shelfio/renovate-config-public" ], "labels": [ - "dependencies", "backend" ], "ignoreDeps": [ - "cimg/node", - "@types/node" + "cimg/node" ] }