audiobookshelf/.github/dependabot.yml
Lars Kiesow 1351c62598
Activate Dependabot for Server Dependencies
This patch activates Dependabot to automatically submit pull requests
updating the server dependencies once per month. This makes it easier to
stay up-to-date with potential security problems and library bugs.

This will not touch any client libraries. They are outdated and should
get updates as well, but they need manual care first before we can think
about a semi-automated update process.
2023-01-22 13:59:11 +01:00

7 lines
120 B
YAML

version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: monthly
time: "04:00"