Skip to content

Commit

Permalink
Merge pull request #70 from hackersandslackers/dependabot/add-v2-conf…
Browse files Browse the repository at this point in the history
…ig-file
  • Loading branch information
toddbirchard authored Oct 20, 2023
2 parents 6f22265 + 6fe1e27 commit 82be1f1
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: sqlalchemy
versions:
- 1.3.22
- 1.3.23
- 1.4.0
- 1.4.1
- 1.4.2
- 1.4.3
- 1.4.4
- 1.4.5
- 1.4.6
- 1.4.7
- 1.4.8
- 1.4.9
- dependency-name: python-dotenv
versions:
- 0.15.0
- 0.16.0
- dependency-name: pandas
versions:
- 1.2.1
- 1.2.2
- 1.2.3
- dependency-name: pytest
versions:
- 6.2.2

0 comments on commit 82be1f1

Please sign in to comment.