Skip to content

Commit

Permalink
fix(presets): include 'google-auth-library' in googleapis group (#20224)
Browse files Browse the repository at this point in the history
  • Loading branch information
wereHamster committed Feb 6, 2023
1 parent f84a8f6 commit d1e2f0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config/presets/internal/packages.ts
Expand Up @@ -32,6 +32,7 @@ export const presets: Record<string, Preset> = {
googleapis: {
description: 'All `googleapis` packages.',
matchDatasources: ['npm'],
matchPackageNames: ['google-auth-library'],
matchPackagePrefixes: ['@google-cloud/'],
},
jsTest: {
Expand Down

0 comments on commit d1e2f0c

Please sign in to comment.