From 35d0809830f3a9953a9da9edcf398c531e9d789c Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 28 Aug 2023 18:20:52 +0300 Subject: [PATCH] ci: prefix dependabot github-actions PRs with `ci:` (#9376) --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index ebd0c3c55c..76048b9fe3 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -8,7 +8,7 @@ updates: timezone: "America/Chicago" labels: [] commit-message: - prefix: "chore" + prefix: "ci" ignore: # These actions deliver the latest versions by updating the major # release tag, so ignore minor and patch versions