try fixing RenovateBot by removing postUpdateOptions (#698)

This commit is contained in:
Jeldrik Hanschke 2023-10-19 09:46:55 +02:00 committed by GitHub
parent 20f427c074
commit 46cfa71083
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,5 @@
], ],
"ignorePaths": [ "ignorePaths": [
"lib/**" "lib/**"
], ]
"postUpdateOptions": ["npmDedupe"]
} }