mirror of
https://github.com/funamitech/mastodon
synced 2024-11-23 14:46:52 +09:00
Group artifact actions (#28413)
This commit is contained in:
parent
af366f65ee
commit
f4b9c2ba40
7
.github/renovate.json5
vendored
7
.github/renovate.json5
vendored
@ -99,6 +99,13 @@
|
||||
matchUpdateTypes: ['patch', 'minor'],
|
||||
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
|
||||
matchPackagePrefixes: '@types/',
|
||||
|
Loading…
Reference in New Issue
Block a user