From c96cea47f855add5edf2707305ef7b671da7db39 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Wed, 2 Mar 2022 08:06:40 +0100 Subject: [PATCH] chore: dependabot prefix `chore`, not eco-system --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8b2226c1..423d4b3f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,7 +13,7 @@ updates: labels: [ 'dependencies' ] commit-message: ## prefix maximum string length of 15 - prefix: 'poetry' + prefix: 'chore' include: 'scope' open-pull-requests-limit: 999 - package-ecosystem: 'github-actions' @@ -24,6 +24,6 @@ updates: labels: [ 'dependencies' ] commit-message: ## prefix maximum string length of 15 - prefix: 'gh-actions' + prefix: 'chore' include: 'scope' - open-pull-requests-limit: 999 \ No newline at end of file + open-pull-requests-limit: 999