From 79005f31c020262e01e13bd2fa75782cf307b0c6 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Tue, 17 Jan 2023 10:10:25 +0000 Subject: [PATCH] chore: update dependanbot config (#1558) Update config so it works with our semantic release config --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 290ad02837..0bc3b42de8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,6 @@ updates: interval: daily time: "10:00" open-pull-requests-limit: 10 + commit-message: + prefix: "deps" + prefix-development: "deps(dev)"