We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78e0fd commit d3e9891Copy full SHA for d3e9891
renovate.json
@@ -9,9 +9,6 @@
9
"dockerfile": {
10
"enabled": false
11
},
12
- "ruby-version": {
13
- "enabled": false
14
- },
15
"github-actions": {
16
"fileMatch": ["^template/\\.github/(?:workflows|actions)/.+\\.ya?ml(?:.jinja)?$"]
17
@@ -26,6 +23,16 @@
26
23
"minor",
27
24
"patch"
28
25
]
+ },
+ {
+ "groupName": "Ruby language",
29
+ "matchManagers": [
30
+ "bundler",
31
+ "ruby-version"
32
+ ],
33
+ "matchDepNames": [
34
+ "ruby"
35
+ ]
36
}
37
],
38
"vulnerabilityAlerts": {
0 commit comments