Skip to content

Commit a0f401a

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

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

renovate.json

Lines changed: 12 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,18 @@
2623
"minor",
2724
"patch"
2825
]
26+
},
27+
{
28+
"groupName": "Ruby language",
29+
"groupSlug": "ruby-lang",
30+
"matchManagers": [
31+
"bundler",
32+
"ruby-version"
33+
],
34+
"matchDepNames": [
35+
"ruby"
36+
],
37+
"commitMessageTopic": "Ruby language"
2938
}
3039
],
3140
"vulnerabilityAlerts": {

0 commit comments

Comments
 (0)