From c9a284d72b39f8f1031d565756ff386cfb878bb0 Mon Sep 17 00:00:00 2001 From: rot1024 Date: Fri, 21 Jul 2023 14:23:22 +0900 Subject: [PATCH] ci: add renovate config --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..35d7aab --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>reearth/renovate-config" + ] +}