From 01f05a80826b3c4b114db7f663249c0e4afd8767 Mon Sep 17 00:00:00 2001 From: Ryuzo Yamamoto Date: Tue, 14 Apr 2026 08:35:03 +0900 Subject: [PATCH] chore: add Renovate configuration --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..2922f68 --- /dev/null +++ b/renovate.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["github>tailor-inc/renovate-config"] +}