Skip to content

Commit

Permalink
Prevent dependabot from opening clap PRs
Browse files Browse the repository at this point in the history
clap@4 removed support for older Rust versions, this prevents @dependabot from spamming the repo with PRs for an update that won't be accepted.
  • Loading branch information
nathanhammond authored and sunshowers committed Apr 25, 2023
1 parent 1eeb5f6 commit e667038
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,3 +9,6 @@ updates:
interval: "daily"
allow:
- dependency-type: all
ignore:
- dependency-name: "clap"
update-types: ["version-update:semver-major"]

0 comments on commit e667038

Please sign in to comment.