Skip to content

Commit

Permalink
chore(renovate): refactor groups
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Jun 12, 2024
1 parent ee82686 commit 1c5a41f
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,11 @@
{
matchDepNames: ["cloudfoundry/bosh-cli", "concourse/concourse"],
description: "Group docker images cli bump unless it is a major version",
groupName: "COA CI",
matchUpdateTypes: ["patch", "minor"],
addLabels: ["{{groupName}}"]
addLabels: ["COA CI"]
},
{
description: "Group all gem bumps for dev and test dependencies, unless it is a major version",
description: "Regroup tools used during Dev & Test",
matchDepNames: [
"docker_registry2",
"github_changelog_generator",
Expand All @@ -70,15 +69,28 @@
"rspec-rerun",
"simplecov"
],
groupName: "DevTest Tools",
matchUpdateTypes: ["patch", "minor"],
addLabels: ["{{groupName}}"],
separateMajorMinor: true,
addLabels: ["DevTest Tools"],
schedule: [
"after 8am on the first day of the month"
]
},
{
description: "Regroup tools related to rubocop",
matchDepNames: [
"rubocop-rspec",
"rubocop",
],
groupName: "Rubocop-Tools",
addLabels: [
"Rubocop Tools"
],
schedule: [
"after 8am on the first day of the month"
]
}
],
prHourlyLimit: 1, // Only create one PR per hour to avoid CI overflow
prHourlyLimit: 2, // Only create one PR per hour to avoid CI overflow
regexManagers: [
{
description: "Bump COA CI cli dependencies",
Expand Down

0 comments on commit 1c5a41f

Please sign in to comment.