From a372521956fb9725a721799dbe7bc988a9df27a5 Mon Sep 17 00:00:00 2001 From: Vojtech Juranek Date: Tue, 31 Jan 2023 12:09:30 +0100 Subject: [PATCH] [ci] Configure depenecy bot to use [ci] prefix for PRs --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c27db7f9f..61aab8d44 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,6 @@ updates: directory: "/" schedule: interval: "weekly" + commit-message: + prefix: "[ci] " +