Skip to content

Commit

Permalink
Merge pull request #345 from OliverCullimore/dependabot
Browse files Browse the repository at this point in the history
Fix dependabot commit message
  • Loading branch information
robbrad authored Sep 20, 2023
2 parents b270cac + 546862a commit e9c151a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ updates:
directory: "/"
schedule:
interval: daily
time: "06:00"
time: "06:00"
commit-message:
# Prefix all commit messages with "chore: "
prefix: "chore"
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ major_on_zero = true

[tool.semantic_release.commit_parser_options]
allowed_tags = [
"chore",
"ci",
"docs",
"feat",
Expand Down

0 comments on commit e9c151a

Please sign in to comment.