Skip to content

Commit d3e9891

Browse files
committed
Try bundling ruby lang updates
1 parent f78e0fd commit d3e9891

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

renovate.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
"dockerfile": {
1010
"enabled": false
1111
},
12-
"ruby-version": {
13-
"enabled": false
14-
},
1512
"github-actions": {
1613
"fileMatch": ["^template/\\.github/(?:workflows|actions)/.+\\.ya?ml(?:.jinja)?$"]
1714
},
@@ -26,6 +23,16 @@
2623
"minor",
2724
"patch"
2825
]
26+
},
27+
{
28+
"groupName": "Ruby language",
29+
"matchManagers": [
30+
"bundler",
31+
"ruby-version"
32+
],
33+
"matchDepNames": [
34+
"ruby"
35+
]
2936
}
3037
],
3138
"vulnerabilityAlerts": {

0 commit comments

Comments
 (0)