chore: add renovate.json
This commit is contained in:
committed by
Mathias Schopmans
parent
0d62c0d70b
commit
a07dd91c3d
3
renovate.json
Normal file
3
renovate.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"extends": ["config:base", ":semanticCommitTypeAll(chore)"]
|
||||
}
|
||||
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user