mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 07:15:47 +00:00
ad53b3f2d6
* chore(deps): batch remaining Dependabot npm bumps and ignore Symphonia 0.6 Bump @vitejs/plugin-react, @tauri-apps/cli, react-router-dom, and vitest; configure Dependabot to skip symphonia >=0.6 and adapter-libopus >=0.3 until the coordinated migration tracked in workdocs. * chore(nix): sync npmDepsHash with package-lock.json * chore: retrigger CI for PR checks --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
30 lines
827 B
YAML
30 lines
827 B
YAML
# Weekly dependency update PRs for npm (frontend) and Cargo (src-tauri workspace).
|
|
# Review and merge like any other PR; run CI before merging.
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
day: monday
|
|
open-pull-requests-limit: 5
|
|
labels:
|
|
- dependencies
|
|
|
|
- package-ecosystem: cargo
|
|
directory: /src-tauri
|
|
schedule:
|
|
interval: weekly
|
|
day: monday
|
|
open-pull-requests-limit: 5
|
|
labels:
|
|
- dependencies
|
|
ignore:
|
|
# Symphonia 0.6 is a coordinated migration (API break + isomp4 patch port).
|
|
# See workdocs: internal/collaboration/tasks/2026-05-symphonia-0.6-migration/
|
|
- dependency-name: symphonia
|
|
versions: [">= 0.6"]
|
|
- dependency-name: symphonia-adapter-libopus
|
|
versions: [">= 0.3"]
|