mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-30 03:50:13 -05:00
Group Ruby OTEL packages in Renovate PRs (#30242)
This commit is contained in:
parent
482d1087c5
commit
d09b02efb6
7
.github/renovate.json5
vendored
7
.github/renovate.json5
vendored
@ -141,6 +141,13 @@
|
|||||||
matchUpdateTypes: ['patch', 'minor'],
|
matchUpdateTypes: ['patch', 'minor'],
|
||||||
groupName: 'RSpec (non-major)',
|
groupName: 'RSpec (non-major)',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
// Group all opentelemetry-ruby packages in the same PR
|
||||||
|
matchManagers: ['bundler'],
|
||||||
|
matchPackagePrefixes: ['opentelemetry-'],
|
||||||
|
matchUpdateTypes: ['patch', 'minor'],
|
||||||
|
groupName: 'opentelemetry-ruby (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 New Issue
Block a user