From ddf226ef98b548c94f692a542dd0066fcdebfabf Mon Sep 17 00:00:00 2001 From: Hiroshi Muraoka Date: Fri, 29 Aug 2025 08:48:07 +0900 Subject: [PATCH] chore: Add Renovate configuration file --- .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..a56be5a --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,4 @@ +{ + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: ['github>tapihdev/renovate-config:default.json5'] +}