fix: pin TypeScript to 5.9.3 and ignore TS updates in dependabot
This commit is contained in:
@@ -53,7 +53,6 @@ updates:
|
||||
- "patch"
|
||||
typescript-eslint:
|
||||
patterns:
|
||||
- "typescript"
|
||||
- "@typescript-eslint/*"
|
||||
- "@types/node*"
|
||||
update-types:
|
||||
@@ -70,4 +69,10 @@ updates:
|
||||
- "framer-motion*"
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
- "patch"
|
||||
ignore:
|
||||
- dependency-name: "typescript"
|
||||
update-types:
|
||||
- "version-update:semver-major"
|
||||
- "version-update:semver-minor"
|
||||
- "version-update:semver-patch"
|
||||
Reference in New Issue
Block a user