From 703f958c391fb6642d2b5db93d50126c20e012e7 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Thu, 22 Feb 2024 05:32:20 -0600 Subject: [PATCH] Update Dependabot PR prefixes (redux) Swap out current prefix for GitHub Actions updates for one which provides better context for what the update covers. - replace `ghaw` with `CI Dependency` Refs: - atc0005/todo#72 --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7a8e66f..8a95257 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -67,7 +67,7 @@ updates: allow: - dependency-type: "all" commit-message: - prefix: "ghaw" + prefix: "CI Dependency" - package-ecosystem: "github-actions" directory: "/" @@ -85,7 +85,7 @@ updates: allow: - dependency-type: "all" commit-message: - prefix: "ghaw" + prefix: "CI Dependency" ###################################################################### # Monitor Go updates to service as a reminder to generate new releases