We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cab35c commit 28ef1abCopy full SHA for 28ef1ab
1 file changed
renovate.json
@@ -1,6 +1,20 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "local>MITLibraries/renovate-config"
+ "local>MITLibraries/renovate-config:renovate-ruby"
5
+ ],
6
+ "packageRules": [
7
+ {
8
+ "matchPackageNames": [
9
+ "ruby"
10
11
+ "allowedVersions": "<3.3"
12
+ },
13
14
15
+ "rails"
16
17
+ "allowedVersions": "<7.2"
18
+ }
19
]
20
}
0 commit comments