Skip to content

Commit

Permalink
refactor(github): Prefix dependabot commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Emrys-Merlin committed Sep 23, 2024
1 parent 6a796de commit 759b694
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

commit-message:
# Prefix all commit messages with "npm: "
prefix: "chore (pyproject.toml): "


- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
Expand Down

0 comments on commit 759b694

Please sign in to comment.