From e0d081443a6abf2a259a4af709ea35a675da37b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 08:34:05 +1100 Subject: [PATCH] chore: Configure Renovate (#532) --- .github/renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 00000000..def7a372 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:best-practices"], + "prHourlyLimit": 0, + "prConcurrentLimit": 0, + "automerge": true +} \ No newline at end of file