Skip to content

Commit

Permalink
Stop dependabot from updating packages that likely cannot be updated
Browse files Browse the repository at this point in the history
  • Loading branch information
patowen authored and Ralith committed Mar 26, 2024
1 parent 40a0021 commit 49b13f7
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@ updates:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: whoami
versions:
- 1.1.0
- 1.1.1
# Ignore raw-window-handle because it's tied to ash-window
- dependency-name: raw-window-handle
# Ignore rustls and rustls-pemfile because they're tied to quinn
- dependency-name: rustls
versions:
- 0.19.0
- dependency-name: directories
versions:
- 3.0.1
- dependency-name: rustls-pemfile

0 comments on commit 49b13f7

Please sign in to comment.