Skip to content

Commit 58db40d

Browse files
authored
chore: core dependencies disable automatic upgrades
In particular, resvg is usually not automatically upgraded, because we use a modified fork.
1 parent 754f396 commit 58db40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"schedule:monthly"
1717
]
1818
},
19-
"ignoreDeps": ["png"]
19+
"ignoreDeps": ["png", "resvg", "wasm-bindgen", "napi", "napi-derive"]
2020
}

0 commit comments

Comments
 (0)