AdminLTE/.github/dependabot.yml
XhmikosR e60dc163e3 Tweak dependabot config
* switch to weekly updates
* increase versions
* add bundler deps too
2020-07-15 16:35:12 +03:00

19 lines
405 B
YAML

version: 2
updates:
- 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