From c21f6988d9e6b5c6561b508ffb40a3d3bf4fbcc7 Mon Sep 17 00:00:00 2001 From: Jaro-c <75870284+Jaro-c@users.noreply.github.com> Date: Sun, 26 Jul 2026 11:49:24 -0500 Subject: [PATCH] ci: point Dependabot at the paths the rename left behind MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The cargo and bun entries still pointed at /lynx and /lynx/dashboard/ui. Those paths are gone on develop, which is the branch the updates target, so both ecosystems resolved to nothing and reported nothing — the Rust and front-end trees have been unwatched since the rename. Labels moved onto the org taxonomy while I was here. Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com> --- .github/dependabot.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ba9aed4..0b7e8d3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,28 +6,29 @@ updates: schedule: interval: "daily" labels: - - "dependencies" - - "ci" + - "type:deps" + - "type:ci" open-pull-requests-limit: 10 target-branch: "develop" + # These paths follow develop, not main: the updates target develop, so that + # is the tree Dependabot resolves them against. The crate moved from /lynx to + # /internal in the rename, and the old path silently matched nothing. - package-ecosystem: "cargo" - directory: "/lynx" + directory: "/internal" schedule: interval: "daily" labels: - - "dependencies" - - "rust" + - "type:deps" open-pull-requests-limit: 10 target-branch: "develop" - package-ecosystem: "bun" - directory: "/lynx/dashboard/ui" + directory: "/internal/dashboard/ui" schedule: interval: "daily" labels: - - "dependencies" - - "dashboard" + - "type:deps" open-pull-requests-limit: 10 target-branch: "develop" groups: