Files
tldr/.github/dependabot.yml

33 lines
608 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
reviewers:
- "kbdharun"
- "sebastiaanspeck"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
reviewers:
- "kbdharun"
- "sebastiaanspeck"
- package-ecosystem: "pip"
directory: "/scripts/pdf"
schedule:
interval: "monthly"