Browse Source

Tweak dependabot config

* switch to weekly updates
* increase versions
* add bundler deps too
pull/2898/head
XhmikosR 4 years ago
parent
commit
e60dc163e3
  1. 22
      .github/dependabot.yml

22
.github/dependabot.yml

@ -1,8 +1,18 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "03:00"
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: monday
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

Loading…
Cancel
Save