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: