Skip to content

Commit 1c5a41f

Browse files
committed
chore(renovate): refactor groups
1 parent ee82686 commit 1c5a41f

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

renovate.json5

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,11 @@
5050
{
5151
matchDepNames: ["cloudfoundry/bosh-cli", "concourse/concourse"],
5252
description: "Group docker images cli bump unless it is a major version",
53-
groupName: "COA CI",
5453
matchUpdateTypes: ["patch", "minor"],
55-
addLabels: ["{{groupName}}"]
54+
addLabels: ["COA CI"]
5655
},
5756
{
58-
description: "Group all gem bumps for dev and test dependencies, unless it is a major version",
57+
description: "Regroup tools used during Dev & Test",
5958
matchDepNames: [
6059
"docker_registry2",
6160
"github_changelog_generator",
@@ -70,15 +69,28 @@
7069
"rspec-rerun",
7170
"simplecov"
7271
],
73-
groupName: "DevTest Tools",
74-
matchUpdateTypes: ["patch", "minor"],
75-
addLabels: ["{{groupName}}"],
72+
separateMajorMinor: true,
73+
addLabels: ["DevTest Tools"],
74+
schedule: [
75+
"after 8am on the first day of the month"
76+
]
77+
},
78+
{
79+
description: "Regroup tools related to rubocop",
80+
matchDepNames: [
81+
"rubocop-rspec",
82+
"rubocop",
83+
],
84+
groupName: "Rubocop-Tools",
85+
addLabels: [
86+
"Rubocop Tools"
87+
],
7688
schedule: [
7789
"after 8am on the first day of the month"
7890
]
7991
}
8092
],
81-
prHourlyLimit: 1, // Only create one PR per hour to avoid CI overflow
93+
prHourlyLimit: 2, // Only create one PR per hour to avoid CI overflow
8294
regexManagers: [
8395
{
8496
description: "Bump COA CI cli dependencies",

0 commit comments

Comments
 (0)