Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:xaviml/controllerx into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed May 3, 2021
2 parents 8e13089 + 3c68ed6 commit 687e992
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "11:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: black
versions:
- 21.4b0
- dependency-name: pytest-asyncio
versions:
- 0.15.0
- dependency-name: pre-commit
versions:
- 2.10.1
- 2.11.0
- 2.12.1
- dependency-name: commitizen
versions:
- 2.14.2
- 2.15.1
- 2.17.3
- dependency-name: appdaemon
versions:
- 4.0.6
- dependency-name: pytest
versions:
- 6.2.2
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
black = "==21.4b1"
black = "==21.4b2"
pytest = "==6.2.3"
pytest-asyncio = "==0.15.1"
pytest-cov = "==2.11.1"
Expand Down

0 comments on commit 687e992

Please sign in to comment.