ghaction-github-pages/.dependabot/config.yml

16 lines
359 B
YAML
Raw Normal View History

2019-10-23 06:16:00 +08:00
version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "live"
default_labels:
- ":game_die: dependencies"
- ":robot: bot"
allowed_updates:
- match:
update_type: "all"
automerged_updates:
- match:
dependency_type: "all"
update_type: "semver:patch"