From cb7f044c6cd179a58379284b8b8a43a7c04f428b Mon Sep 17 00:00:00 2001 From: Laurin Quast Date: Mon, 26 Sep 2022 10:04:15 +0200 Subject: [PATCH] chore: use guild renovate config --- renovate.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index f45d8f1..7142a9d 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,4 @@ { - "extends": [ - "config:base" - ] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["github>the-guild-org/shared-config:renovate"] }