Skip to content

Commit

Permalink
Merge pull request #54 from dreamfactorysoftware/configure-dependabot
Browse files Browse the repository at this point in the history
Add configuration for Dependabot
  • Loading branch information
yaroslavmo authored Sep 23, 2019
2 parents f66e1e8 + 4a3b8f9 commit 880b4c6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
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"
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@
"issues": "https://github.com/dreamfactorysoftware/df-core/issues",
"wiki": "https://wiki.dreamfactory.com"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.0.0",
"barryvdh/laravel-cors": "~0.10.0",
"doctrine/dbal": "~2.5.0",
"guzzlehttp/guzzle": "~6.0",
"symfony/yaml": "~2.8|~3.0",
"tymon/jwt-auth": "~1.0.0-rc.4.1"
"tymon/jwt-auth": "~1.0.0"
},
"require-dev": {
"phpunit/phpunit": "@stable"
Expand Down

0 comments on commit 880b4c6

Please sign in to comment.