Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
Added auto merge for dependabot
  • Loading branch information
prisis authored Mar 29, 2020
1 parent 846d545 commit 6aa6ec7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ update_configs:
directory: "/"
update_schedule: "live"
version_requirement_updates: "increase_versions"
allowed_updates:
automerged_updates:
- match:
dependency_type: "production"
update_type: "semver:patch"
- match:
dependency_type: "development"
commit_message:
Expand All @@ -20,7 +23,7 @@ update_configs:
directory: "/.build"
update_schedule: "live"
version_requirement_updates: "increase_versions"
allowed_updates:
automerged_updates:
- match:
dependency_type: "all"
commit_message:
Expand All @@ -33,7 +36,7 @@ update_configs:
directory: "/"
update_schedule: "live"
version_requirement_updates: "increase_versions"
allowed_updates:
automerged_updates:
- match:
dependency_type: "all"
commit_message:
Expand Down

0 comments on commit 6aa6ec7

Please sign in to comment.