From 26198ab92655d3decadf63ffa868b5a7895e834d Mon Sep 17 00:00:00 2001 From: Dallin Bentley Date: Thu, 5 Dec 2024 14:33:34 -0700 Subject: [PATCH] Update dependabot configuration: Set target branch to 'main', add labels for dependencies, and customize commit message format with prefix and scope inclusion. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6711a7f0d..d7a167087 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,9 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 10 + target-branch: "main" + labels: + - "dependencies" + commit-message: + prefix: "chore" + include: "scope"