From fc252437e34dbd0cddd5f1b4f2e2843813bd0889 Mon Sep 17 00:00:00 2001 From: Daniel Rahamim Date: Sat, 24 Jun 2023 22:11:52 -0700 Subject: [PATCH] fix(dependabot): change prefix to fix --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91abb11..aeae7d0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,6 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + commit-message: + include: scope + prefix: "fix"