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-
|
# 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user