Skip to content

Commit

Permalink
Merge pull request #221 from pantheon-systems/danielbachhuber-patch-1
Browse files Browse the repository at this point in the history
Add Dependabot config
  • Loading branch information
danielbachhuber authored Dec 17, 2020
2 parents 32837aa + c0fd15e commit e87ec0d
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 e87ec0d

Please sign in to comment.