Skip to content

Commit

Permalink
Upgrade to GitHub-native Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Apr 29, 2021
1 parent 7e85c84 commit 4e4043a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,27 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
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

0 comments on commit 4e4043a

Please sign in to comment.