From 3be62fb4720fd9bc49f8dc7ba228c9fe2ae33c61 Mon Sep 17 00:00:00 2001 From: Simon Davies Date: Tue, 24 Feb 2026 11:31:23 +0000 Subject: [PATCH] Add custom labels to dependabot PRs Signed-off-by: Simon Davies --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b6b846e..d480e6f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,14 +5,20 @@ updates: schedule: interval: "daily" time: "03:00" + labels: + - "kind/dependencies" - package-ecosystem: "cargo" directories: - "/" schedule: interval: "daily" time: "03:00" + labels: + - "kind/dependencies" - package-ecosystem: "npm" directory: "/src/js-host-api" schedule: interval: "daily" - time: "03:00" \ No newline at end of file + time: "03:00" + labels: + - "kind/dependencies" \ No newline at end of file