mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-18 21:02:00 +01:00
Fix dependabot (#1707)
Attempting to fix timeouts in the npm dependabot runs. I noticed that some of the exclusion patterns were incomplete
This commit is contained in:
parent
0d7439e0fd
commit
e0fe6c6e85
12
.github/dependabot.yml
vendored
12
.github/dependabot.yml
vendored
@ -13,7 +13,10 @@ updates:
|
||||
exclude-patterns:
|
||||
- "*storybook*"
|
||||
- "*electron*"
|
||||
- "jotai"
|
||||
- "react"
|
||||
- "@types/react"
|
||||
- "*docusaurus*"
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
@ -22,25 +25,34 @@ updates:
|
||||
exclude-patterns:
|
||||
- "*storybook*"
|
||||
- "*electron*"
|
||||
- "jotai"
|
||||
- "react"
|
||||
- "@types/react"
|
||||
- "*docusaurus*"
|
||||
update-types:
|
||||
- "major"
|
||||
|
||||
prod-dependencies:
|
||||
dependency-type: "production"
|
||||
exclude-patterns:
|
||||
- "*storybook*"
|
||||
- "*electron*"
|
||||
- "jotai"
|
||||
- "react"
|
||||
- "@types/react"
|
||||
- "*docusaurus*"
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
prod-dependencies-major:
|
||||
dependency-type: "production"
|
||||
exclude-patterns:
|
||||
- "*storybook*"
|
||||
- "*electron*"
|
||||
- "jotai"
|
||||
- "react"
|
||||
- "@types/react"
|
||||
- "*docusaurus*"
|
||||
update-types:
|
||||
- "major"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user