From f94ad5110f0ca9a96e651ce55a89ddb80d76bcc5 Mon Sep 17 00:00:00 2001 From: nyyu Date: Fri, 3 May 2024 12:16:04 +0200 Subject: [PATCH] chore(renovate): use common conf --- renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 9387c86..61aa65f 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "local>woodpecker-ci/renovate-config" - ] + "extends": ["local>nyyu/renovate-config"] }