Skip to content

Commit

Permalink
Reduce dependabot noise
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored and sethmlarson committed Jul 10, 2023
1 parent 6803cdd commit 76cd875
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,13 @@ updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
versioning-strategy: lockfile-only
allow:
- dependency-type: direct
- dependency-type: indirect
ignore:
- dependency-name: cryptography
versions:
- ">= 3.a, < 4"
- dependency-name: importlib-metadata
versions:
- ">= 3.a, < 4"
- dependency-name: pytest
versions:
- ">= 5.a, < 6"
- dependency-name: pytest
versions:
- ">= 6.a, < 7"
- dependency-name: importlib-metadata
versions:
- 4.0.0
groups:
dependencies:
patterns:
- "*"

0 comments on commit 76cd875

Please sign in to comment.