summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2024-02-08 06:58:37 -0500
committerGitHub <noreply@github.com>2024-02-08 11:58:37 +0000
commitaa269c65a9a4d3ec2ca8ac4e5b1483c9c9455350 (patch)
treeb0d0ad58c4b3559573b3679c50dcbc101c55c4cf /.github/dependabot.yml
parent48a51dfd541ec6fa68ffd501de0e280ba0fd7a21 (diff)
Dependency version pinning (#652)
* Unpin typescript * Pin dependabot npm dependencies
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index cbd48cc8..438e68c2 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -27,3 +27,13 @@ updates:
update-types:
- "minor"
- "patch"
+ ignore:
+ # These dependencies should be updated manually:
+ - dependency-name: "vitest"
+ # Benchmarking is an experimental feature in vitest:
+ # https://github.com/themoeway/yomitan/pull/583#issuecomment-1925047371
+ - dependency-name: "@vitest/coverage-v8"
+ # Pinned to stay on the same version as vitest
+ - dependency-name: "@types/node"
+ # Version 20.11.6 introduces an incompatibility with vite:
+ # https://github.com/vitejs/vite/issues/15714