|
21 | 21 | { |
22 | 22 | matchDepNames: ["ruby"], |
23 | 23 | matchUpdateTypes: ["digest", "patch"], |
24 | | - matchFileNames: ["!.github/workflows/ci-markdown-checks.yml"], |
25 | 24 | schedule: ["before 8am every weekday"], |
26 | 25 | }, |
27 | 26 | { |
28 | | - groupName: "Min-Ruby-sdk", |
29 | | - dependencyDashboardCategory: "Min Ruby SDK", |
30 | 27 | matchDepNames: ["ruby"], |
31 | | - matchFileNames: [".github/workflows/ci-markdown-checks.yml"], |
32 | | - dependencyDashboardApproval: true, |
| 28 | + matchFileNames: [ |
| 29 | + ".github/workflows/ci-markdown-checks.yml", |
| 30 | + "**/*.gemspec", |
| 31 | + ], |
33 | 32 | separateMultipleMinor: true, |
34 | 33 | separateMinorPatch: true, |
35 | 34 | }, |
| 35 | + { |
| 36 | + groupName: "Min-Ruby-sdk", |
| 37 | + dependencyDashboardCategory: "Min Ruby Runtime", |
| 38 | + matchDepNames: ["ruby"], |
| 39 | + matchFileNames: [ |
| 40 | + ".github/workflows/ci-markdown-checks.yml", |
| 41 | + "**/*.gemspec", |
| 42 | + ], |
| 43 | + matchUpdateTypes: ["minor", "major"], |
| 44 | + dependencyDashboardApproval: true, |
| 45 | + }, |
36 | 46 | { |
37 | 47 | matchUpdateTypes: ["minor"], |
38 | 48 | matchDepNames: ["!ruby"], |
|
67 | 77 | schedule: ["before 8am on Monday"], |
68 | 78 | dependencyDashboardApproval: false, |
69 | 79 | }, |
70 | | - { |
71 | | - groupName: "Min-Ruby-sdk", |
72 | | - dependencyDashboardCategory: "Min Ruby SDK", |
73 | | - matchCategories: ["custom"], |
74 | | - matchDepTypes: ["gemspec.required_ruby_version"], |
75 | | - separateMultipleMinor: true, |
76 | | - dependencyDashboardApproval: true, |
77 | | - }, |
78 | 80 | { |
79 | 81 | matchFileNames: [ |
80 | 82 | ".github/actions/test_gem/action.yml", |
|
143 | 145 | "required_ruby_version = \'>= (?<depVersion>[0-9]+.[0-9]+)\'", |
144 | 146 | ], |
145 | 147 | datasourceTemplate: "ruby-version", |
146 | | - packageNameTemplate: "ruby/ruby", |
147 | 148 | versioningTemplate: "ruby", |
148 | 149 | currentValueTemplate: "{{depVersion}}", |
149 | 150 | extractVersionTemplate: "(?<version>[0-9]+.[0-9]+).0", |
150 | 151 | depNameTemplate: "ruby", |
151 | 152 | depTypeTemplate: "gemspec.required_ruby_version", |
152 | | - packageNameTemplate: "Min.Required.Ruby", |
153 | 153 | }, |
154 | 154 | ], |
155 | 155 | lockFileMaintenance: { |
|
0 commit comments