Skip to content

Commit c10211b

Browse files
authored
Update renovate.json
1 parent 9c8b1e3 commit c10211b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

renovate.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"local>MITLibraries/renovate-config"
4+
"local>MITLibraries/renovate-config:renovate-ruby"
5+
],
6+
"packageRules": [
7+
{
8+
"matchPackageNames": [
9+
"ruby"
10+
],
11+
"allowedVersions": "<3.3"
12+
},
13+
{
14+
"matchPackageNames": [
15+
"rails"
16+
],
17+
"allowedVersions": "<7.2"
18+
}
519
]
620
}

0 commit comments

Comments
 (0)