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 1db3eaa commit c0cce6eCopy full SHA for c0cce6e
lib/config/presets/internal/packages.ts
@@ -46,7 +46,11 @@ export const presets: Record<string, Preset> = {
46
googleapis: {
47
description: 'All `googleapis` packages.',
48
matchDatasources: ['npm'],
49
- matchPackageNames: ['google-auth-library', '@google-cloud/**'],
+ matchPackageNames: [
50
+ 'google-auth-library',
51
+ '@google-cloud/**',
52
+ 'googleapis',
53
+ ],
54
},
55
jsTest: {
56
description: 'JavaScript test packages.',
0 commit comments