From 34c18e13b1d9bd021ac93078238f0bc31221f9ef Mon Sep 17 00:00:00 2001 From: KagChi <59391215+KagChi@users.noreply.github.com> Date: Sat, 24 Sep 2022 12:44:19 +0700 Subject: [PATCH] chore: update renovate config --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 26472c4..e01b41e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,4 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>zhycorp/template:zhycorp-renovate"] -} \ No newline at end of file + "extends": ["github>nezuchan/renovate-config"] +}