From 82626ae31c2fd39750349f05ac73d23450dfde48 Mon Sep 17 00:00:00 2001 From: "alma-renovate-bot[bot]" <163289924+alma-renovate-bot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 14:33:19 +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..187a835 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>alma/renovate:defaults.json5" + ] +}