diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2e8b124..9df4286 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "chore" groups: dev-dependencies: patterns: @@ -23,3 +25,5 @@ updates: directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "ci"