wgpu/.github/dependabot.yml

28 lines
764 B
YAML
Raw Normal View History

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.
#
# 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:
- "*"
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