From 2deac0d9fff4cc3a3e5edc5dbd41b8688260d699 Mon Sep 17 00:00:00 2001 From: Ken'ichiro Oyama Date: Tue, 9 Sep 2025 13:42:46 +0900 Subject: [PATCH] chore: add renovate config --- 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"] +}