Skip to content

Commit

Permalink
Enhancement: Use dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 5, 2020
1 parent 60d483a commit f7a7d54
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
20 changes: 20 additions & 0 deletions .dependabot/config.yml
@@ -0,0 +1,20 @@
# https://dependabot.com/docs/config-file/

version: 1

update_configs:
- automerged_updates:
- match:
dependency_type: "development"
commit_message:
include_scope: true
prefix: "Build"
default_labels:
- "dependency"
directory: "/"
ignored_updates:
- match:
dependency_name: "phpstan/phpstan"
package_manager: "php:composer"
update_schedule: "live"
version_requirement_updates: "increase_versions"
1 change: 0 additions & 1 deletion README.md
@@ -1,7 +1,6 @@
[![Continuous Integration](https://github.com/Jan0707/phpstan-prophecy/workflows/Continuous%20Integration/badge.svg)](https://github.com/Jan0707/phpstan-prophecy/actions)
[![Latest Stable Version](https://poser.pugx.org/jangregor/phpstan-prophecy/v/stable)](https://packagist.org/packages/jangregor/phpstan-prophecy)
[![Total Downloads](https://poser.pugx.org/jangregor/phpstan-prophecy/downloads)](https://packagist.org/packages/jangregor/phpstan-prophecy)
[![Violinist Enabled](https://img.shields.io/badge/violinist-enabled-brightgreen.svg)](https://violinist.io)

# PHPStan-Prophecy

Expand Down
5 changes: 0 additions & 5 deletions composer.json
Expand Up @@ -31,11 +31,6 @@
"includes": [
"src/extension.neon"
]
},
"violinist": {
"allow_updates_beyond_constraint": 0,
"one_pull_request_per_package": 1,
"update_with_dependencies": 1
}
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f7a7d54

Please sign in to comment.