Skip to content

Commit

Permalink
fix(config/presets): correct security-only preset matcher (#29801)
Browse files Browse the repository at this point in the history
  • Loading branch information
Churro committed Jun 22, 2024
1 parent 6c03fe2 commit 5c0b1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/presets/internal/security.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const presets: Record<string, Preset> = {
packageRules: [
{
enabled: false,
matchPackageNames: ['*'],
matchPackagePatterns: ['*'],
},
],
vulnerabilityAlerts: {
Expand Down

0 comments on commit 5c0b1e1

Please sign in to comment.