chore: Re-enable Dependabot with dependency groups

This should let us switch back from Renovate to Dependabot
This commit is contained in:
Aaron Hill 2023-11-24 18:42:16 -05:00 committed by Nathan Adams
parent b7c9c870bb
commit 2e4bc8dd88
1 changed files with 38 additions and 0 deletions

38
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,38 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
groups:
nodejs-dependencies:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "rust"
directory: "/"
schedule:
interval: "weekly"
groups:
winit-wgpu-dependencies:
patterns:
- "winit"
- "wgpu"
- "naga"
- "naga_oil"
- "egui-winit"
- "egui-wgpu"
- "raw-window-handle"
wasm-bindgen-dependencies:
patterns:
- "wasm-bindgen"
- "js-sys"
- "web-sys"
- "wasm-bindgen-futures"
ignore:
- dependency-name: "tracing-tracy"