jellyfin-plugin-anidb/.github/dependabot.yml

30 lines
597 B
YAML
Raw Normal View History

version: 2
updates:
# Fetch and update latest `nuget` pkgs
- package-ecosystem: nuget
directory: /
schedule:
2021-06-18 20:29:15 +00:00
interval: weekly
open-pull-requests-limit: 10
2021-06-18 20:29:15 +00:00
labels:
- chore
- dependency
- nuget
commit-message:
2021-06-18 20:29:15 +00:00
prefix: chore
include: scope
# Fetch and update latest `github-actions` pkgs
- package-ecosystem: github-actions
directory: /
schedule:
2021-06-18 20:29:15 +00:00
interval: monthly
open-pull-requests-limit: 10
2021-06-18 20:29:15 +00:00
labels:
- ci
- dependency
- github_actions
commit-message:
2021-06-18 20:29:15 +00:00
prefix: ci
include: scope