Skip to content

Commit

Permalink
renovate: Include winit, egui-winit, and raw-window-handle in the wgp…
Browse files Browse the repository at this point in the history
…u dep group
  • Loading branch information
torokati44 committed Oct 10, 2023
1 parent 18796a6 commit 0ef2860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
{
"matchCategories": ["rust"],
"matchPackageNames": ["wgpu", "naga", "naga_oil", "egui-wgpu"],
"groupName": "Rust dependencies related to wgpu",
"matchPackageNames": ["winit", "wgpu", "naga", "naga_oil", "egui-winit", "egui-wgpu", "raw-window-handle"],
"groupName": "Rust dependencies related to winit and wgpu",
"rangeStrategy": "bump",
"extends": ["schedule:weekly"],
},
Expand Down

0 comments on commit 0ef2860

Please sign in to comment.