Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down