komga/.github/dependabot.yml
Gauthier Roebroeck 6f5266a28c build: add dependabot configuration
with disabled version update, only for security
2021-03-25 10:25:50 +08:00

19 lines
398 B
YAML

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
open-pull-requests-limit: 0
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/komga-webui"
open-pull-requests-limit: 0
schedule:
interval: "weekly"
- package-ecosystem: "gradle"
directory: "/komga"
open-pull-requests-limit: 0
schedule:
interval: "weekly"