Merge pull request #5391 from reneleonhardt/feat/add-dependabot

feat: add dependabot for cargo and npm
This commit is contained in:
Rene Leonhardt 2025-06-20 11:50:37 +02:00 committed by GitHub
parent c32dd092d0
commit ec2602307d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

17
.github/dependabot.yaml vendored Normal file
View File

@ -0,0 +1,17 @@
# 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"