From 0cab35c28331427c6988a20428b5c74521a055b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 18:33:18 +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 28ef1abf579149c9efb38bc1145442e90b9bbfe8 Mon Sep 17 00:00:00 2001 From: Jeremy Prevost Date: Thu, 8 May 2025 14:47:36 -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" + } ] }