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- # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#package-ecosystem-
version: 2 version: 2
updates: updates:
- package-ecosystem: "cargo" - package-ecosystem: 'cargo'
directory: "src-tauri" directory: 'src-tauri'
schedule: schedule:
interval: "weekly" interval: 'weekly'
- package-ecosystem: "npm" open-pull-requests-limit: 0
- package-ecosystem: 'npm'
directories: directories:
- "/" - '/'
- "core" - 'core'
- "docs" - 'docs'
- "extensions" - 'extensions'
- "extensions/*" - 'extensions/*'
- "web-app" - 'web-app'
schedule: schedule:
interval: "weekly" interval: 'weekly'
open-pull-requests-limit: 0