2
0

Group artifact actions (#28413)

This commit is contained in:
Yamagishi Kazutoshi
2023-12-18 23:02:19 +09:00
committed by GitHub
parent af366f65ee
commit f4b9c2ba40

View File

@@ -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/',