Skip to content

Commit

Permalink
Add dependabot config-file
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed Mar 30, 2020
1 parent 7c3e66e commit ce561cc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 1
update_configs:
- package_manager: "php:composer"
directory: "/"
update_schedule: "daily"
default_reviewers:
- "heiglandreas"
automerged_updates:
- match:
dependency_type: "development"
update_type: "all"
- match:
dependency_type: "production"
update_type: "semver:patch"

0 comments on commit ce561cc

Please sign in to comment.