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
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ updates:
time: "05:30"
timezone: America/Chicago
open-pull-requests-limit: 3
groups:
# Vite and its plugins are coupled by peer range, so bumped one at a
# time they cannot install. @vitejs/plugin-react 6.x requires
# vite ^8.0.0 while this project is on vite ^6.3.5, so the lone plugin
# bump dies at `npm ci` with ERESOLVE before any code is compiled.
# Same shape as the rustcrypto group below: keeping them in one pull
# request makes the major bump atomic and installable.
vite:
patterns:
- "vite"
- "@vitejs/*"

- package-ecosystem: cargo
directory: /ui/src-tauri
Expand Down