|
50 | 50 | { |
51 | 51 | matchDepNames: ["cloudfoundry/bosh-cli", "concourse/concourse"], |
52 | 52 | description: "Group docker images cli bump unless it is a major version", |
53 | | - groupName: "COA CI", |
54 | 53 | matchUpdateTypes: ["patch", "minor"], |
55 | | - addLabels: ["{{groupName}}"] |
| 54 | + addLabels: ["COA CI"] |
56 | 55 | }, |
57 | 56 | { |
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", |
59 | 58 | matchDepNames: [ |
60 | 59 | "docker_registry2", |
61 | 60 | "github_changelog_generator", |
|
70 | 69 | "rspec-rerun", |
71 | 70 | "simplecov" |
72 | 71 | ], |
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 | + ], |
76 | 88 | schedule: [ |
77 | 89 | "after 8am on the first day of the month" |
78 | 90 | ] |
79 | 91 | } |
80 | 92 | ], |
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 |
82 | 94 | regexManagers: [ |
83 | 95 | { |
84 | 96 | description: "Bump COA CI cli dependencies", |
|
0 commit comments