We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3b5e7 commit 4717171Copy full SHA for 4717171
renovate.json5
@@ -50,7 +50,12 @@
50
{
51
matchPackageNames: ['rollup'],
52
matchPackagePrefixes: ['@rollup'],
53
- groupName: 'rollup,'
+ groupName: 'rollup'
54
+ },
55
+ {
56
+ // group these two, as they may rely on one another during major version bumps
57
+ matchPackageNames: ['actions/download-artifact', 'actions/upload-artifact'],
58
+ groupName: 'Download + Upload Artifacts',
59
}
60
],
61
// Never rebase the branch or update it unless manually requested to avoid noisy PR emails
0 commit comments