Group artifact actions (#28413)
This commit is contained in:
parent
af366f65ee
commit
f4b9c2ba40
1 changed files with 7 additions and 0 deletions
7
.github/renovate.json5
vendored
7
.github/renovate.json5
vendored
|
@ -99,6 +99,13 @@
|
||||||
matchUpdateTypes: ['patch', 'minor'],
|
matchUpdateTypes: ['patch', 'minor'],
|
||||||
groupName: 'eslint (non-major)',
|
groupName: 'eslint (non-major)',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
// Group actions/*-artifact in the same PR
|
||||||
|
matchManagers: ['github-actions'],
|
||||||
|
matchPackageNames: ['actions/download-artifact', 'actions/upload-artifact'],
|
||||||
|
matchUpdateTypes: ['major'],
|
||||||
|
groupName: 'artifact actions (major)'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
// Update @types/* packages every week, with one grouped PR
|
// Update @types/* packages every week, with one grouped PR
|
||||||
matchPackagePrefixes: '@types/',
|
matchPackagePrefixes: '@types/',
|
||||||
|
|
Loading…
Reference in a new issue