Create Dependabot config file
This commit is contained in:
committed by
GitHub
parent
c6f663a92c
commit
6e6248c262
28
.github/dependabot.yml
vendored
Normal file
28
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: npm
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
day: saturday
|
||||||
|
time: "03:00"
|
||||||
|
timezone: Europe/Paris
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
reviewers:
|
||||||
|
- juliushaertl
|
||||||
|
- jakobroehrl
|
||||||
|
- package-ecosystem: composer
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
day: saturday
|
||||||
|
time: "03:00"
|
||||||
|
timezone: Europe/Paris
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
reviewers:
|
||||||
|
- juliushaertl
|
||||||
|
ignore:
|
||||||
|
- dependency-name: christophwurst/nextcloud
|
||||||
|
versions:
|
||||||
|
- "< 16"
|
||||||
|
- ">= 15.a"
|
||||||
Reference in New Issue
Block a user