Skip to content

Commit

Permalink
Merge pull request #192 from localheinz/feature/dependabot
Browse files Browse the repository at this point in the history
Enhancement: Add basic configuration for Dependabot
  • Loading branch information
localheinz authored Aug 22, 2019
2 parents 1ccc565 + d826063 commit ea9a2ce
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# https://dependabot.com/docs/config-file/

version: 1

update_configs:
- default_assignees:
- "localheinz"
default_reviewers:
- "localheinz"
directory: "/"
ignored_updates:
- match: "composer-plugin-api"
- match: "composer/composer"
- match: "localheinz/composer-json-normalizer"
- match: "localheinz/json-normalizer"
- match: "phpunit/phpunit"
- match: "sebastian/diff"
package_manager: "php:composer"
update_schedule: "live"
version_requirement_updates: "increase_versions"
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.dependabot/ export-ignore
/.github/ export-ignore
/.travis/ export-ignore
/test/ export-ignore
Expand Down

0 comments on commit ea9a2ce

Please sign in to comment.