Skip to content

Commit

Permalink
Add Dependabot config file
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Dec 17, 2020
1 parent ee1dc69 commit ddf785b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
@@ -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 ddf785b

Please sign in to comment.