Skip to content

Commit

Permalink
ignore certain rust dependency updates (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
mellowagain authored Aug 28, 2024
1 parent d794c3b commit 5b7d8a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ updates:
schedule:
interval: weekly
open-pull-requests-limit: 10
ignore:
- dependency-name: "tokio-tungstenite"

# these two need to be updated together so prevent dependabot from updating just one of each
- dependency-name: "tower"
- dependency-name: "axum"
groups:
cargo-dependencies:
applies-to: version-updates
Expand Down

0 comments on commit 5b7d8a8

Please sign in to comment.