From c94f0fc86c99622ca43b91f50e88d8672faa1c17 Mon Sep 17 00:00:00 2001 From: schmidtw Date: Sun, 21 Jan 2024 09:28:09 -0800 Subject: [PATCH] Update the dependabot messages. --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2fb3c9e..3b343fa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2023 Comcast Cable Communications Management, LLC # SPDX-License-Identifier: Apache-2.0 ---- + version: 2 updates: @@ -12,7 +12,7 @@ updates: labels: - "dependencies" commit-message: - prefix: "chore" + prefix: "automation" include: "scope" - package-ecosystem: gomod @@ -22,5 +22,5 @@ updates: labels: - "dependencies" commit-message: - prefix: "feat" + prefix: "chore" include: "scope"