Skip to content

Commit

Permalink
Ci/Update dependabot (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 authored Nov 29, 2023
1 parent 60c2443 commit 3301aed
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 3301aed

Please sign in to comment.