From 7335f60db42b59844f8b4722457631b479908eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Sat, 13 Sep 2025 23:54:20 +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 0000000000..6269a8849a --- /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"], +}