From 8d3587397dc1633fdc428b01157716ff82c97a0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 14:51:02 -0700 Subject: [PATCH] chore: Configure Renovate (#12) Set up a reasonable default renovate policy. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Samuel Lijin --- .github/renovate.json5 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/renovate.json5 diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..ecc6ed6 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,9 @@ +{ + $schema: "https://docs.renovatebot.com/renovate-schema.json", + extends: [ + "config:recommended", + "group:all", + "schedule:monthly", + ], + prConcurrentLimit: 3, +}