jan/.github/dependabot.yaml
Rene Leonhardt ec2602307d
Merge pull request #5391 from reneleonhardt/feat/add-dependabot
feat: add dependabot for cargo and npm
2025-06-20 16:50:37 +07:00

18 lines
432 B
YAML

# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#package-ecosystem-
version: 2
updates:
- package-ecosystem: "cargo"
directory: "src-tauri"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directories:
- "/"
- "core"
- "docs"
- "extensions"
- "extensions/*"
- "web-app"
schedule:
interval: "weekly"