fix: dependabot should just update security patch (#5814)
This commit is contained in:
parent
722a6881fd
commit
05a5995865
24
.github/dependabot.yaml
vendored
24
.github/dependabot.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user