Skip to content

Commit

Permalink
Upgrade to GitHub-native Dependabot (#151)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed Apr 22, 2022
1 parent 4c7bc98 commit 3a756cc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: mimesis
versions:
- "> 3.1.0"
- dependency-name: mimesis
versions:
- ">= 3.a, < 4"
- dependency-name: mmh3
versions:
- 3.0.0
- dependency-name: pytest-html
versions:
- 3.1.1

0 comments on commit 3a756cc

Please sign in to comment.