Merge pull request #27138 from backstage/exclude-setup-chrome

Exclude browser-actions/setup-chrome from renovate
This commit is contained in:
Vincenzo Scamporlino
2024-10-17 22:54:31 +02:00
committed by GitHub
+5
View File
@@ -40,6 +40,11 @@
matchSourceUrls: ['https://github.com/yarnpkg/berry'],
enabled: false,
},
// https://github.com/backstage/backstage/issues/27123
{
matchPackageNames: ['browser-actions/setup-chrome'],
enabled: false,
},
// ESM only majors, that we're not ready for yet
{
matchPackageNames: ['node-fetch'],