Skip to content

Commit

Permalink
Add Dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber authored Dec 17, 2020
1 parent 32837aa commit c0fd15e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: weekly
timezone: America/Los_Angeles
day: tuesday
open-pull-requests-limit: 99
ignore:
- dependency-name: phpunit/phpunit
versions:
- ">= 8.a"
- "< 9"
- dependency-name: phpunit/phpunit
versions:
- ">= 9.a"
- "< 10"
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
timezone: America/Los_Angeles
day: tuesday
open-pull-requests-limit: 99

0 comments on commit c0fd15e

Please sign in to comment.