exclude setup-chrome from renovate

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2024-10-15 13:25:51 +02:00
parent 56f656343d
commit f11f82d410
+4
View File
@@ -40,6 +40,10 @@
matchSourceUrls: ['https://github.com/yarnpkg/berry'],
enabled: false,
},
{
matchPackageNames: ['browser-actions/setup-chrome'],
enabled: false,
},
// ESM only majors, that we're not ready for yet
{
matchPackageNames: ['node-fetch'],