From ca49198a9f4d73e97e8a0f324664d2a59397b6bf Mon Sep 17 00:00:00 2001 From: Michael Pursifull Date: Sun, 19 Apr 2026 00:44:03 -0500 Subject: [PATCH] chore(dependabot): emit type.deps + agent.bot labels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aligns Dependabot PR labels with the canonical ArcavenAE scheme defined in aae-orc/labels/schema.yaml. Replaces the legacy `dependencies` label with: - type.deps — canonical "kind of change" scope for dependency updates - agent.bot — canonical non-human origin (distinct from agent.worker for Claude Code agents and agent.envoy for envoys) Future Dependabot PRs will carry these two labels instead of `dependencies`. The legacy label can be deleted from the repo once no open PRs still reference it. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0f79861..447cf98 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,14 @@ updates: directory: / schedule: interval: daily + labels: + - "type.deps" + - "agent.bot" - package-ecosystem: cargo directory: / schedule: interval: daily + labels: + - "type.deps" + - "agent.bot"