From 70eb7e3bfc2d2a1dfc8bf80af00ebd07376683ab Mon Sep 17 00:00:00 2001 From: Nozomu Ikuta Date: Sat, 19 Nov 2022 18:45:56 +0900 Subject: [PATCH] chore: fix renovate config (#56) Co-authored-by: Daniel Roe --- renovate.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 2d8a3fa..a9971c8 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,5 @@ { "extends": [ - "eslint-config-unjs" - ], - "rules": {} + "github>unjs/renovate-config" + ] }