summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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