Skip to content

Commit

Permalink
Enhancement: Use dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jun 14, 2020
1 parent d599ec9 commit bba96b6
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 6 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,30 @@
# https://help.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#target-branch

version: 2

updates:
- commit-message:
include: "scope"
prefix: "Build"
directory: "/"
ignore:
- dependency-name: "phpstan/phpstan"
versions:
- ">= 0"
labels:
- "dependency"
open-pull-requests-limit: 10
package-ecosystem: "composer"
schedule:
interval: "daily"

- commit-message:
include: "scope"
prefix: "Build"
directory: "/"
labels:
- "dependency"
open-pull-requests-limit: 10
package-ecosystem: "github-actions"
schedule:
interval: "daily"
5 changes: 0 additions & 5 deletions composer.json
Expand Up @@ -32,11 +32,6 @@
"includes": [
"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 bba96b6

Please sign in to comment.