fix: dependabot should just update security patch (#5814)

This commit is contained in:
Louis 2025-07-20 16:55:40 +07:00 committed by GitHub
parent 722a6881fd
commit 05a5995865
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,17 +1,19 @@
# 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"
- package-ecosystem: 'cargo'
directory: 'src-tauri'
schedule:
interval: "weekly"
- package-ecosystem: "npm"
interval: 'weekly'
open-pull-requests-limit: 0
- package-ecosystem: 'npm'
directories:
- "/"
- "core"
- "docs"
- "extensions"
- "extensions/*"
- "web-app"
- '/'
- 'core'
- 'docs'
- 'extensions'
- 'extensions/*'
- 'web-app'
schedule:
interval: "weekly"
interval: 'weekly'
open-pull-requests-limit: 0