Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to GitHub-native Dependabot #265

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Upgrade to GitHub-native Dependabot
  • Loading branch information
dependabot-preview[bot] authored Apr 29, 2021
commit 4bde8355c54188fef79c49283677d09ec16a3e20
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: pillow
versions:
- 8.1.0
- 8.1.1
- 8.1.2
- dependency-name: pandas
versions:
- 1.2.1
- 1.2.2
- 1.2.3
- dependency-name: django-crispy-forms
versions:
- 1.10.0
- 1.11.0
- 1.11.1
- dependency-name: mypy
versions:
- "0.800"
- dependency-name: txaio
versions:
- 20.12.1