Ver código fonte

Group artifact actions (#28413)

Yamagishi Kazutoshi 5 meses atrás
pai
commit
f4b9c2ba40
1 arquivos alterados com 7 adições e 0 exclusões
  1. 7 0
      .github/renovate.json5

+ 7 - 0
.github/renovate.json5

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