2023-02-10 16:51:06 +00:00
|
|
|
version: 2
|
|
|
|
|
|
|
|
updates:
|
|
|
|
- package-ecosystem: cargo
|
|
|
|
directory: /
|
|
|
|
schedule:
|
2024-01-10 22:57:03 +00:00
|
|
|
interval: weekly
|
|
|
|
# This allows dependabot to update _all_ lockfile packages.
|
|
|
|
#
|
2024-07-24 06:55:10 +00:00
|
|
|
# These will be grouped into the existing group update PRs, so shouldn't generate additional jobs.
|
2024-01-10 22:57:03 +00:00
|
|
|
allow:
|
|
|
|
# Allow both direct and indirect updates for all packages
|
|
|
|
- dependency-type: "all"
|
|
|
|
# Waiting on https://github.com/dependabot/dependabot-core/issues/4009 to be resolved, shouldn't be long.
|
|
|
|
# versioning-strategy: increase-if-necessary
|
|
|
|
groups:
|
|
|
|
patch-updates:
|
|
|
|
patterns:
|
[wgpu-hal] Upgrade `glutin` to `0.31` (#6150)
* [wgpu-hal] Upgrade `glutin` to `0.31`
`glutin 0.30` onwards completely refactored its internals to no longer
be reliant on `winit`, as they (by default) have no direct relation
except needing to perform _some_ operations (platform-specific) at
strategic times in window creation and event loop handling. Most of
that is handled by a new `glutin-winit` introp crate, while the core
`glutin` crate now exclusively focuses on wrapping the various OpenGL
context APIs (CGL, EGL, WGL, ...).
This does result in a little more verbose handling to get the right
`GLDisplay`, `GLConfig`, `GLContext` and `GLSurface`, but gives much
more control and makes all intricacies more explicit. Most of the
code was copied from `glutin 0.31`'s example crate, with the code for
transparency support removed.
Note that the example doesn't at all handle event loop events properly:
resizes and redraws are not listened to, and mobile-specific surface
events (`Resumed` and `Suspended`) are equally ignored.
* [wgpu-hal] Implement proper `Surface` availability semantics in `raw-gles` example
2024-08-27 17:05:47 +00:00
|
|
|
- "*"
|
2024-01-10 22:57:03 +00:00
|
|
|
update-types:
|
|
|
|
- "minor"
|
|
|
|
- "patch"
|
2023-02-10 16:51:06 +00:00
|
|
|
|
|
|
|
- package-ecosystem: github-actions
|
|
|
|
directory: /
|
|
|
|
schedule:
|
2024-01-10 22:57:03 +00:00
|
|
|
interval: weekly
|