Ci/Update dependabot (#1003)

This commit is contained in:
Luni-4 2023-11-29 15:04:15 +01:00 committed by GitHub
parent 60c24430c6
commit 3301aedcc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 6 deletions

View File

@ -1,12 +1,30 @@
version: 2
updates:
- package-ecosystem: cargo
directory: /
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
interval: "weekly"
- package-ecosystem: github-actions
directory: /
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: daily
interval: "weekly"
# For each dependencies group, dependabot will open a PR containing
# the new versions available for that group.
groups:
# wgpu dependencies group
wgpu-dependencies:
patterns:
- "futures-intrusive"
- "pollster"
- "text_placeholder"
- "wgpu"
# wasm dependencies group
wasm-bindgen-dependencies:
patterns:
- "js-sys"
- "wasm-bindgen"
- "wasm-bindgen-futures"
- "wasm-logger"
- "wasm-timer"