Skip to content

Commit

Permalink
Merge pull request #421 from owncloud/dependabot/add-v2-config-file
Browse files Browse the repository at this point in the history
Upgrade to GitHub-native Dependabot
  • Loading branch information
phil-davis authored Apr 29, 2021
2 parents 673aacb + de659b8 commit e12681b
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
time: "22:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: phpunit/phpunit
versions:
- "< 7, >= 6.a"
- dependency-name: phpunit/phpunit
versions:
- "< 8, >= 7.a"
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "22:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: karma
versions:
- 6.0.3
- 6.0.4
- 6.1.0
- 6.1.1
- 6.1.2
- 6.2.0
- 6.3.0
- 6.3.1
- dependency-name: sinon
versions:
- 10.0.0
- 9.2.4
- dependency-name: underscore
versions:
- 1.12.1
- dependency-name: jasmine-core
versions:
- 3.7.0

0 comments on commit e12681b

Please sign in to comment.