Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #60 from sanger/dependabot/add-v2-config-file
Browse files Browse the repository at this point in the history
Upgrade to GitHub-native Dependabot
  • Loading branch information
pjvv authored May 17, 2021
2 parents e4770be + 3f2e302 commit ba83dd0
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "07:00"
timezone: Europe/London
open-pull-requests-limit: 10
ignore:
- dependency-name: flake8
versions:
- 3.8.4
- 3.9.0
- dependency-name: coverage
versions:
- "5.4"
- dependency-name: pytest
versions:
- 6.2.2
- dependency-name: mypy
versions:
- "0.800"
- dependency-name: mysql-connector-python
versions:
- 8.0.23
- dependency-name: rope
versions:
- 0.18.0
- dependency-name: yapf
versions:
- 0.30.0

0 comments on commit ba83dd0

Please sign in to comment.