From 451898b4a0c1c149a33ad1dce7eaf534eb47a616 Mon Sep 17 00:00:00 2001 From: DatGuy1 Date: Mon, 31 Jul 2023 13:49:19 +0300 Subject: [PATCH] ci(dependabot): try and fix duplicate prefix in PRs --- .github/dependabot.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3e4d7da..6b44173 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,14 +9,9 @@ updates: directory: "/" schedule: interval: "weekly" - commit-message: - prefix: "build(deps)" - prefix-development: "build(deps-dev)" - include: scope - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" commit-message: - prefix: "build(deps-dev)" - include: scope \ No newline at end of file + prefix: "ci"