mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
Dependabot Improvements (#5035)
This commit is contained in:
parent
f7695b360b
commit
cf01592016
19
.github/dependabot.yml
vendored
19
.github/dependabot.yml
vendored
@ -4,9 +4,24 @@ updates:
|
||||
- package-ecosystem: cargo
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
interval: weekly
|
||||
# This allows dependabot to update _all_ lockfile packages.
|
||||
#
|
||||
# These will be grouped into the existing group update PRs, so shoudn't generate additional jobs.
|
||||
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:
|
||||
- "*"
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
interval: weekly
|
||||
|
Loading…
Reference in New Issue
Block a user