Skip to content

Commit 12b2426

Browse files
committed
Streamline logic
1 parent f6509d8 commit 12b2426

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/renovate.json5

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,28 @@
2121
{
2222
matchDepNames: ["ruby"],
2323
matchUpdateTypes: ["digest", "patch"],
24-
matchFileNames: ["!.github/workflows/ci-markdown-checks.yml"],
2524
schedule: ["before 8am every weekday"],
2625
},
2726
{
28-
groupName: "Min-Ruby-sdk",
29-
dependencyDashboardCategory: "Min Ruby SDK",
3027
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+
],
3332
separateMultipleMinor: true,
3433
separateMinorPatch: true,
3534
},
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+
},
3646
{
3747
matchUpdateTypes: ["minor"],
3848
matchDepNames: ["!ruby"],
@@ -67,14 +77,6 @@
6777
schedule: ["before 8am on Monday"],
6878
dependencyDashboardApproval: false,
6979
},
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-
},
7880
{
7981
matchFileNames: [
8082
".github/actions/test_gem/action.yml",
@@ -143,13 +145,11 @@
143145
"required_ruby_version = \'>= (?<depVersion>[0-9]+.[0-9]+)\'",
144146
],
145147
datasourceTemplate: "ruby-version",
146-
packageNameTemplate: "ruby/ruby",
147148
versioningTemplate: "ruby",
148149
currentValueTemplate: "{{depVersion}}",
149150
extractVersionTemplate: "(?<version>[0-9]+.[0-9]+).0",
150151
depNameTemplate: "ruby",
151152
depTypeTemplate: "gemspec.required_ruby_version",
152-
packageNameTemplate: "Min.Required.Ruby",
153153
},
154154
],
155155
lockFileMaintenance: {

0 commit comments

Comments
 (0)