Skip to content

Commit

Permalink
chore: ignore commander dependabot updates (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
straker authored Nov 17, 2023
1 parent 7f7e2bc commit 5fcb30f
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 @@ -31,6 +31,9 @@ updates:
versions: ['>=6.0.0']
- dependency-name: 'node-fetch'
versions: ['>=3.0.0']
# Breaking change due to node version requirements
- dependency-name: 'commander'
versions: ['>=10.0.0']
groups:
# Any updates not caught by the group config will get individual PRs
npm-low-risk:
Expand Down

0 comments on commit 5fcb30f

Please sign in to comment.