From 2c752d7889f7b05c07b013623221db95c4a2a5f6 Mon Sep 17 00:00:00 2001 From: Matt Wynne Date: Fri, 23 Dec 2022 10:52:07 -0800 Subject: [PATCH] Change dependabot commit message #79 --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 94bd9aabc..e8b6737d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,5 +8,7 @@ updates: - package-ecosystem: "bundler" # See documentation for possible values directory: "/ruby" # Location of package manifests versioning-strategy: increase + commit-message: + prefix: "chore(deps):" schedule: interval: "daily"