Skip to content

Commit

Permalink
Merge pull request #4785 from nextcloud/dependabot/add-v2-config-file
Browse files Browse the repository at this point in the history
Create Dependabot config file
  • Loading branch information
nickvergessen authored Dec 17, 2020
2 parents b9804d7 + 0123e78 commit 59aeb82
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
ignore:
- dependency-name: css-loader
versions:
- ">= 4.a"
- "< 5"

0 comments on commit 59aeb82

Please sign in to comment.