Skip to content

Commit

Permalink
Merge pull request #46 from ekmungai/dependabot/add-v2-config-file
Browse files Browse the repository at this point in the history
Upgrade to GitHub-native Dependabot
  • Loading branch information
ekmungai authored Jun 14, 2021
2 parents bc729c7 + 69a16a0 commit 433ab4d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: phpunit/phpunit
versions:
- 9.5.4
- dependency-name: doctrine/dbal
versions:
- 4.0.x-dev
- dependency-name: nunomaduro/larastan
versions:
- 0.7.1
- dependency-name: calebporzio/parental
versions:
- 0.11.0

0 comments on commit 433ab4d

Please sign in to comment.