Some checks are pending
Lint Node.js / build (windows-latest) (push) Waiting to run
Lint Node.js / build (macos-latest) (push) Waiting to run
Lint Node.js / build (ubuntu-latest) (push) Waiting to run
Lint Rust / build (macos-latest) (push) Waiting to run
Lint Rust / build (ubuntu-latest) (push) Waiting to run
Lint Rust / build (windows-latest) (push) Waiting to run
29 lines
563 B
YAML
29 lines
563 B
YAML
version: 2
|
|
updates:
|
|
# Enable version updates for Node.js dependencies
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
allow:
|
|
- dependency-type: "all"
|
|
groups:
|
|
all:
|
|
patterns:
|
|
- "*"
|
|
ignore:
|
|
- dependency-name: "eslint"
|
|
versions: ">= 9"
|
|
|
|
# Enable version updates for rust
|
|
- package-ecosystem: "cargo"
|
|
directory: "/src-tauri"
|
|
schedule:
|
|
interval: "weekly"
|
|
allow:
|
|
- dependency-type: "all"
|
|
groups:
|
|
all:
|
|
patterns:
|
|
- "*"
|