Skip to content

Commit

Permalink
Merge pull request #20 from overtrue/dependabot/add-v2-config-file
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Apr 30, 2021
2 parents 67b1e7c + 8f37d4a commit cbcb584
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
time: "21:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: phpunit/phpunit
versions:
- ">= 8.a, < 9"
- dependency-name: phpunit/phpunit
versions:
- ">= 9.a, < 10"

0 comments on commit cbcb584

Please sign in to comment.