mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-06 08:43:39 +00:00
12 lines
262 B
YAML
12 lines
262 B
YAML
# https://dependabot.com/docs/config-file/
|
|
|
|
version: 1
|
|
update_configs:
|
|
- package_manager: "rust:cargo"
|
|
directory: "/"
|
|
update_schedule: "live"
|
|
automerged_updates:
|
|
- match:
|
|
dependency_type: "all"
|
|
update_type: "semver:patch"
|