From 076fab483b8a71051185b8e6e9c2878e3cd5c55d Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Thu, 25 Apr 2024 07:59:22 -0700 Subject: [PATCH] ci: Drop redundant "(deps)" from Dependabot PR names --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d2e200f42..b8037ef05 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,8 +6,8 @@ updates: interval: "daily" open-pull-requests-limit: 10 commit-message: - prefix: "chore(deps)" - prefix-development: "test(deps)" + prefix: "chore" + prefix-development: "test" include: "scope" - package-ecosystem: cargo directory: "/fuzz" @@ -15,7 +15,7 @@ updates: interval: "daily" open-pull-requests-limit: 10 commit-message: - prefix: "test(deps,fuzz)" + prefix: "test(fuzz)" include: "scope" - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests @@ -23,5 +23,5 @@ updates: interval: "daily" open-pull-requests-limit: 10 commit-message: - prefix: "ci(deps)" + prefix: "ci" include: "scope" \ No newline at end of file