Merge pull request #2537 from ClearlyClaire/glitch-soc/merge-upstream

Merge upstream changes up to b7bdcd4f39
This commit is contained in:
Claire
2023-12-22 17:22:39 +01:00
committed by GitHub
124 changed files with 5948 additions and 1365 deletions

View File

@@ -99,6 +99,16 @@
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/',