ruffle/.github/dependabot.yml

49 lines
992 B
YAML
Raw Normal View History

version: 2
updates:
- package-ecosystem: "npm"
directory: "/web/"
versioning-strategy: increase
schedule:
interval: "weekly"
groups:
npm-minor:
patterns:
- "*"
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
groups:
winit-wgpu-egui:
patterns:
- "winit"
- "wgpu"
- "naga"
- "egui*"
- "raw-window-handle"
2024-04-04 17:12:06 +00:00
wasm-bindgen:
patterns:
- "wasm-bindgen"
- "js-sys"
- "web-sys"
- "wasm-bindgen-futures"
2024-04-04 18:58:54 +00:00
cargo-minor:
patterns:
- "*"
update-types:
- "minor"
- "patch"
ignore:
- dependency-name: "tracing-tracy"
- dependency-name: "tracy-client"
- dependency-name: "profiling"