From 5be2a76c4dd909ffebe3507113317ec9f8f11efc Mon Sep 17 00:00:00 2001 From: Christopher Horrell Date: Thu, 5 Mar 2026 11:02:03 -0500 Subject: [PATCH] Update branch and commit naming --- .github/dependabot.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c9000ae..304b24e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,11 @@ updates: day: "monday" time: "09:30" timezone: "America/Toronto" + pull-request-branch-name: + separator: "/" + commit-message: + prefix: "ci" + include: "scope" - package-ecosystem: "bundler" directory: "/" @@ -14,7 +19,12 @@ updates: interval: "daily" time: "09:55" timezone: "America/Toronto" - + pull-request-branch-name: + separator: "/" + commit-message: + prefix: "bundler" + include: "scope" + - package-ecosystem: "docker" directory: "/" schedule: @@ -22,3 +32,9 @@ updates: day: "monday" time: "09:45" timezone: "America/Toronto" + pull-request-branch-name: + separator: "/" + commit-message: + prefix: "docker" + include: "scope" +