We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1b5f63 + 28ef1ab commit 33a4906Copy full SHA for 33a4906
1 file changed
renovate.json
@@ -0,0 +1,20 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "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