Skip to content

Commit 40e1f9d

Browse files
authored
chore: ignore @void-sdk/void in renovate (#58)
## Summary - add a local Renovate `ignoreDeps` override for `@void-sdk/void` - keep inheriting the shared `github>Boshen/renovate` preset ## Testing - `node -e "JSON.parse(require('fs').readFileSync('.github/renovate.json','utf8'))"` - `git diff --check`
1 parent aa327d2 commit 40e1f9d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>Boshen/renovate"]
3+
"extends": ["github>Boshen/renovate"],
4+
"ignoreDeps": ["@void-sdk/void"]
45
}

0 commit comments

Comments
 (0)