Skip to content

Commit c0cce6e

Browse files
committed
Include 'googleapis' in googleapis group
1 parent 1db3eaa commit c0cce6e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/config/presets/internal/packages.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ export const presets: Record<string, Preset> = {
4646
googleapis: {
4747
description: 'All `googleapis` packages.',
4848
matchDatasources: ['npm'],
49-
matchPackageNames: ['google-auth-library', '@google-cloud/**'],
49+
matchPackageNames: [
50+
'google-auth-library',
51+
'@google-cloud/**',
52+
'googleapis',
53+
],
5054
},
5155
jsTest: {
5256
description: 'JavaScript test packages.',

0 commit comments

Comments
 (0)