From a9c5eb90e03cb611437b7a1571bb6e107458a00c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Thu, 25 Sep 2025 18:08:20 +0900 Subject: [PATCH] ci: create `renovate.json5` --- .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..13efb2d --- /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"], +}