From 9c8b1e35d145e66b699fecebae2305c957620e5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 18:33:22 +0000 Subject: [PATCH 1/2] Add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..0e55960 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>MITLibraries/renovate-config" + ] +} From c10211b01b9ee6c0e66d7e2ad5fa0d13aafb6c5d Mon Sep 17 00:00:00 2001 From: Jeremy Prevost Date: Thu, 8 May 2025 14:45:06 -0400 Subject: [PATCH 2/2] Update renovate.json --- renovate.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 0e55960..5f6612c 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,20 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>MITLibraries/renovate-config" + "local>MITLibraries/renovate-config:renovate-ruby" + ], + "packageRules": [ + { + "matchPackageNames": [ + "ruby" + ], + "allowedVersions": "<3.3" + }, + { + "matchPackageNames": [ + "rails" + ], + "allowedVersions": "<7.2" + } ] }