From b032f46052751f58cbe469fa45f43cd41960bf91 Mon Sep 17 00:00:00 2001 From: Andrea Angiolillo Date: Wed, 2 Aug 2023 09:18:01 +0100 Subject: [PATCH] fix: add prefix to dependabot PR (#1361) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 652e80b784..8f68dd8558 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: schedule: interval: weekly day: tuesday + commit-message: + prefix: "chore" reviewers: - "mongodb/apix-integrations" - package-ecosystem: github-actions @@ -12,6 +14,8 @@ updates: schedule: interval: weekly day: tuesday + commit-message: + prefix: "chore" reviewers: - "mongodb/apix-integrations"