Skip to content

Commit

Permalink
Configure Dependabot for Jest dependencies (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Feb 13, 2024
1 parent 55e6f2b commit 2bfedb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ updates:
versioning-strategy: increase
labels:
- 'pr: dependencies'
groups:
jest:
patterns: ['jest', 'jest-runner-vscode', 'ts-jest', '@types/jest']
ignore:
- dependency-name: p-wait-for
update-types: [version-update:semver-major]
Expand Down

0 comments on commit 2bfedb9

Please sign in to comment.