Skip to content

Commit 65617b8

Browse files
authored
chore: add ignores in renovate (#122)
1 parent b8f4b11 commit 65617b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>Boshen/renovate"],
4-
"ignorePaths": ["**/node_modules/**", "**/fixtures/**"]
4+
"ignorePaths": ["**/node_modules/**", "**/fixtures/**", "benches/**"]
55
}

0 commit comments

Comments
 (0)