From fa96dc2544c058f720a8e5cd0a147e624a47356e Mon Sep 17 00:00:00 2001 From: Brandon McAnsh Date: Sun, 3 May 2026 20:54:02 -0400 Subject: [PATCH] chore(ci): add type: build label to Dependabot config Signed-off-by: Brandon McAnsh --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cffef6d31..d43eeec88 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,9 @@ updates: schedule: interval: weekly open-pull-requests-limit: 10 + labels: + - "dependencies" + - "type: build" target-branch: code/cash reviewers: - bmc08gt