From 603a7f91eb460cb02925c6097051058b6f56cea5 Mon Sep 17 00:00:00 2001 From: Travis Mattera Date: Thu, 16 Nov 2023 14:13:14 -0800 Subject: [PATCH] ci: make dependabot use prefixes for semantic pr (#6) Signed-off-by: Travis Mattera --- .github/dependabot.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace460..669a5fe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,9 @@ +--- version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "ci"