Tweak dependabot config

* switch to weekly updates
* increase versions
* add bundler deps too
pull/2898/head
XhmikosR 2020-07-15 16:29:41 +03:00
parent 903143a1e1
commit e60dc163e3
1 changed files with 16 additions and 6 deletions

View File

@ -1,8 +1,18 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: npm - package-ecosystem: npm
directory: "/" directory: "/"
schedule: schedule:
interval: daily interval: weekly
time: "03:00" day: monday
open-pull-requests-limit: 10 time: "03:00"
open-pull-requests-limit: 10
versioning-strategy: increase
- package-ecosystem: bundler
directory: "/docs/"
schedule:
interval: weekly
day: monday
time: "03:00"
open-pull-requests-limit: 10
versioning-strategy: increase