From 7dac31749028634a75892db4138086f9426ed149 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Wed, 26 May 2021 10:55:37 +0200 Subject: [PATCH] chore: make the dependabot version bump prefix --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b6bd0099..a7808ca6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,7 +15,7 @@ updates: reviewers: # Automatically assign reviewer - "bpmn-io/modeling-dev" commit-message: - prefix: "chore:" + prefix: "deps:" versioning-strategy: "increase-if-necessary" # Disable version updates unless they are for security reasons. open-pull-requests-limit: 0