Skip to content

Commit

Permalink
Merge pull request #304 from python-trio/dependabot/add-v2-config-file
Browse files Browse the repository at this point in the history
Upgrade to GitHub-native Dependabot
  • Loading branch information
pquentin committed Jun 8, 2021
2 parents 8767902 + 4e4043a commit 4ae4435
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 4ae4435

Please sign in to comment.