Skip to content

Commit

Permalink
Add Dependabot config file
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslavmo committed Oct 1, 2019
1 parent daba562 commit b4a1440
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 1

update_configs:
- package_manager: "php:composer"
directory: "/"
update_schedule: "live"
target_branch: "master"
default_labels:
- "dependencies"
- "dependabot"
allowed_updates:
- match:
update_type: "all"
dependency_name: "dreamfactory/df*"
version_requirement_updates:
"increase_versions"
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
"issues": "https://github.com/dreamfactorysoftware/df-email/issues",
"wiki": "https://wiki.dreamfactory.com"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"dreamfactory/df-core": "~0.15.1",
"guzzlehttp/guzzle": "~6.0"
Expand Down

0 comments on commit b4a1440

Please sign in to comment.