mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-24 01:08:27 +00: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
1 changed files with 12 additions and 0 deletions
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 a new issue