Skip to content

Commit

Permalink
Merge branch 'master' of github.com:chrisleaman/py-wave-runup
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleaman committed Jul 7, 2021
2 parents 3880c42 + 117a0f3 commit 88c49cb
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: monthly
time: "16:00"
timezone: Australia/Sydney
open-pull-requests-limit: 10
target-branch: develop
ignore:
- dependency-name: sphinx
versions:
- 3.4.1
- 3.4.3
- dependency-name: coverage
versions:
- 5.3.1
- "5.4"
- dependency-name: tox
versions:
- 3.20.1
- 3.21.3
- dependency-name: pytest
versions:
- 6.2.1
- dependency-name: scikit-learn
versions:
- 0.24.0
- dependency-name: numpy
versions:
- 1.19.4

0 comments on commit 88c49cb

Please sign in to comment.