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:
|
exclude-patterns:
|
||||||
- "*storybook*"
|
- "*storybook*"
|
||||||
- "*electron*"
|
- "*electron*"
|
||||||
|
- "jotai"
|
||||||
|
- "react"
|
||||||
- "@types/react"
|
- "@types/react"
|
||||||
|
- "*docusaurus*"
|
||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- "minor"
|
||||||
- "patch"
|
- "patch"
|
||||||
@ -22,25 +25,34 @@ updates:
|
|||||||
exclude-patterns:
|
exclude-patterns:
|
||||||
- "*storybook*"
|
- "*storybook*"
|
||||||
- "*electron*"
|
- "*electron*"
|
||||||
|
- "jotai"
|
||||||
|
- "react"
|
||||||
- "@types/react"
|
- "@types/react"
|
||||||
|
- "*docusaurus*"
|
||||||
update-types:
|
update-types:
|
||||||
- "major"
|
- "major"
|
||||||
|
|
||||||
prod-dependencies:
|
prod-dependencies:
|
||||||
dependency-type: "production"
|
dependency-type: "production"
|
||||||
exclude-patterns:
|
exclude-patterns:
|
||||||
|
- "*storybook*"
|
||||||
- "*electron*"
|
- "*electron*"
|
||||||
- "jotai"
|
- "jotai"
|
||||||
- "react"
|
- "react"
|
||||||
|
- "@types/react"
|
||||||
|
- "*docusaurus*"
|
||||||
update-types:
|
update-types:
|
||||||
- "minor"
|
- "minor"
|
||||||
- "patch"
|
- "patch"
|
||||||
prod-dependencies-major:
|
prod-dependencies-major:
|
||||||
dependency-type: "production"
|
dependency-type: "production"
|
||||||
exclude-patterns:
|
exclude-patterns:
|
||||||
|
- "*storybook*"
|
||||||
- "*electron*"
|
- "*electron*"
|
||||||
- "jotai"
|
- "jotai"
|
||||||
- "react"
|
- "react"
|
||||||
|
- "@types/react"
|
||||||
|
- "*docusaurus*"
|
||||||
update-types:
|
update-types:
|
||||||
- "major"
|
- "major"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user