Group artifact actions (#28413)

main
Yamagishi Kazutoshi 5 months ago committed by GitHub
parent af366f65ee
commit f4b9c2ba40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save