Skip to content

Commit

Permalink
ci(dependabot): don't bundle typos-cli together with other updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Mar 10, 2024
1 parent eb1c837 commit 8e2c0a3
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 @@ -9,6 +9,9 @@ updates:
applies-to: version-updates
patterns:
- "*"
exclude-patterns:
# don't bundle typos-cli together with other updates
- "typos-cli"

- package-ecosystem: "npm"
directory: "/"
Expand Down

0 comments on commit 8e2c0a3

Please sign in to comment.