From b6dbd13c6fe9123dd6a71254f5b28b9fc3322b6f Mon Sep 17 00:00:00 2001 From: Omochice <44566328+Omochice@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:47:47 +0900 Subject: [PATCH] chore: update renovate config (#19) * chore: rename to json5 * chore: apply json5 syntax * chore: use my shareable renovate config --- renovate.json | 6 ------ renovate.json5 | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 renovate.json create mode 100644 renovate.json5 diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 39a2b6e..0000000 --- a/renovate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ] -} diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 0000000..058a86e --- /dev/null +++ b/renovate.json5 @@ -0,0 +1,6 @@ +{ + $schema: "https://docs.renovatebot.com/renovate-schema.json", + extends: [ + "github>Omochice/personal-renovate-config", + ], +}