From 3bbc07623cef2d2a0a77cdcd9c7868f3e9dd34d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Sat, 13 Sep 2025 23:54:46 +0800 Subject: [PATCH] ci: centralize renovate config --- .github/renovate.json5 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/renovate.json5 diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 00000000..13efb2da --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,4 @@ +{ + $schema: "https://docs.renovatebot.com/renovate-schema.json", + extends: ["github>eslint/workflows//.github/renovate/eslint-base.json5"], +}