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:
Evan Simkowitz 2025-01-10 10:52:09 -08:00 committed by GitHub
parent 0d7439e0fd
commit e0fe6c6e85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"