From b8be674a5a87d2de473b110d83c05fd17050315b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 27 Oct 2024 00:18:27 +0000 Subject: [PATCH] Add .github/renovate.json5 --- .github/renovate.json5 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/renovate.json5 diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..90512ca --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>phoenix/renovate-config" + ] +}