From 34a18556bdc513b2bc1a808799450cba68373f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Sat, 13 Sep 2025 23:52: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 0000000..6269a88 --- /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"], +}