Skip to content

Commit

Permalink
Merge pull request #1034 from blacklanternsecurity/bump-version
Browse files Browse the repository at this point in the history
Bump version, fix dependabot
  • Loading branch information
TheTechromancer authored Jan 28, 2024
2 parents 4e33bb7 + 6026e22 commit d6cfe30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dependabot.yml → .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ updates:
directory: "/"
schedule:
interval: "weekly"
target-branch: "dev"
open-pull-requests-limit: 10
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ extend-exclude = "(test_step_1/test_manager_*)"
[tool.poetry-dynamic-versioning]
enable = true
metadata = false
format-jinja = 'v1.1.5{% if branch == "dev" %}.{{ distance }}rc{% endif %}'
format-jinja = 'v1.1.6{% if branch == "dev" %}.{{ distance }}rc{% endif %}'

[tool.poetry-dynamic-versioning.substitution]
files = ["*/__init__.py"]

0 comments on commit d6cfe30

Please sign in to comment.