From 4b0a3a282c1cabbe5f3a4202c984c194c7973a9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 02:50:44 +0000 Subject: [PATCH] Add renovate.json Signed-off-by: JP-Ellis --- .github/renovate.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 000000000..9fc194381 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:best-practices"], + "prHourlyLimit": 0, + "prConcurrentLimit": 0, + "packageRules": [ + { + "groupName": "Ruby 3.2", + "groupSlug": "ruby-3.2", + "matchPackageNames": ["ruby"], + "allowedVersions": "<=3.2" + } + ] +}