Skip to content

Commit

Permalink
Merge pull request #867 from TeoZosa/fix/template-ci-20221214
Browse files Browse the repository at this point in the history
馃挌 Fix CI for new projects (`tox-gh-actions` versions <3 incompatibility with `tox` versions >3)
  • Loading branch information
TeoZosa committed Dec 14, 2022
2 parents c7a00f3 + c84ad01 commit bf2bd65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -95,6 +95,11 @@ updates:
- "dependencies"
- "python"
open-pull-requests-limit: 99
ignore:
- dependency-name: "tox"
# For tox, ignore all updates for version 4
# until https://github.com/ymyzk/tox-gh-actions/issues/59 is closed
versions: ["4.x"]
# Project dependencies
- package-ecosystem: pip
directory: "/{{cookiecutter.project_slug}}"
Expand Down
@@ -1,4 +1,4 @@
pip==22.3.1
poetry==1.3.1
tox==4.0.8
tox==3.27.1
tox-gh-actions==2.12.0

0 comments on commit bf2bd65

Please sign in to comment.