mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Add Renovate grouped updates for RSpec and RuboCop (#29621)
This commit is contained in:
parent
885d0faf83
commit
d13cdced1e
1 changed files with 16 additions and 0 deletions
16
.github/renovate.json5
vendored
16
.github/renovate.json5
vendored
|
@ -125,6 +125,22 @@
|
||||||
],
|
],
|
||||||
groupName: null, // We dont want them to belong to any group
|
groupName: null, // We dont want them to belong to any group
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
// Group all RuboCop packages with `rubocop` in the same PR
|
||||||
|
matchManagers: ['bundler'],
|
||||||
|
matchPackageNames: ['rubocop'],
|
||||||
|
matchPackagePrefixes: ['rubocop-'],
|
||||||
|
matchUpdateTypes: ['patch', 'minor'],
|
||||||
|
groupName: 'RuboCop (non-major)',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// Group all RSpec packages with `rspec` in the same PR
|
||||||
|
matchManagers: ['bundler'],
|
||||||
|
matchPackageNames: ['rspec'],
|
||||||
|
matchPackagePrefixes: ['rspec-'],
|
||||||
|
matchUpdateTypes: ['patch', 'minor'],
|
||||||
|
groupName: 'RSpec (non-major)',
|
||||||
|
},
|
||||||
// Add labels depending on package manager
|
// Add labels depending on package manager
|
||||||
{ matchManagers: ['npm', 'nvm'], addLabels: ['javascript'] },
|
{ matchManagers: ['npm', 'nvm'], addLabels: ['javascript'] },
|
||||||
{ matchManagers: ['bundler', 'ruby-version'], addLabels: ['ruby'] },
|
{ matchManagers: ['bundler', 'ruby-version'], addLabels: ['ruby'] },
|
||||||
|
|
Loading…
Reference in a new issue