chore: add renovate.json

This commit is contained in:
Mathias Schopmans
2024-02-27 10:51:39 +01:00
committed by Mathias Schopmans
parent 0d62c0d70b
commit a07dd91c3d
2 changed files with 5 additions and 2 deletions

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"extends": ["config:base", ":semanticCommitTypeAll(chore)"]
}

View File

@@ -31,8 +31,8 @@ const Overview: CustomPage = () => {
const { items, index } = useMemo(() => {
const items = getItems().filter((item) => !ring || item.ring === ring);
const index = new Fuse(items, {
threshold: 0.3,
distance: 500,
threshold: 0.4,
distance: 600,
includeScore: true,
keys: [
{