From cd4e68733a9647425ec45667bd6cff8e793e344d Mon Sep 17 00:00:00 2001 From: AstroHan Date: Fri, 4 Sep 2026 02:22:21 +0800 Subject: [PATCH] ci(dependabot): label npm and actions updates with dependencies only Neither update block sets `labels`, so dependabot applies its defaults: `dependencies` plus a language label, `javascript` for npm and `github_actions` for github-actions. `javascript` appears only on dependabot PRs and nobody, human or workflow, reads it; the `github_actions` label does not even exist in the repository. Pin both blocks to `dependencies` alone. The configuration has to change before the `javascript` label is deleted, otherwise dependabot recreates it on its next update. Generated-by: Claude Code --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 93d4c9c013..f4b6dab48d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,6 +22,8 @@ updates: schedule: interval: weekly open-pull-requests-limit: 10 + labels: + - dependencies groups: minor-and-patch: patterns: @@ -45,6 +47,8 @@ updates: schedule: interval: weekly open-pull-requests-limit: 10 + labels: + - dependencies groups: official-actions: patterns: