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 a0f401aCopy full SHA for a0f401a
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,18 @@
26
23
"minor",
27
24
"patch"
28
25
]
+ },
+ {
+ "groupName": "Ruby language",
29
+ "groupSlug": "ruby-lang",
30
+ "matchManagers": [
31
+ "bundler",
32
+ "ruby-version"
33
+ ],
34
+ "matchDepNames": [
35
+ "ruby"
36
37
+ "commitMessageTopic": "Ruby language"
38
}
39
],
40
"vulnerabilityAlerts": {
0 commit comments