Skip to content

Commit

Permalink
minor #175 Add configuration for Dependabot (phansys)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.x branch.

Discussion
----------

|Q            |A  |
|---          |---|
|Branch       |3.x|
|Bug fix?     |no |
|New feature? |no |
|BC breaks?   |no |
|Deprecations?|no |
|Tests pass?  |yes|
|Fixed tickets|   |
|License      |MIT|
|Doc PR       |   |

Commits
-------

ea249a7 Add configuration for Dependabot
  • Loading branch information
phansys committed Aug 26, 2020
2 parents c01908d + ea249a7 commit d86670f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2

updates:
- package-ecosystem: composer
directory: '/'
schedule:
interval: daily
time: '02:00'
open-pull-requests-limit: 10
target-branch: master
allow:
- dependency-type: all

0 comments on commit d86670f

Please sign in to comment.