From cc0aead2e5e4c23a1239539892b1457e5576ade4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Fri, 15 Dec 2023 11:15:22 +0800 Subject: [PATCH] chore: Update renovate.json5 --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d62ffa1..293263a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,4 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>aladdin-add/eslint-gha-configs//.github/renovate.json5"] + "extends": ["github>aladdin-add/eslint-gha-configs//.github:renovate.json5"] }