Ignore @vscode/vsce in renovate (#4170)

This commit is contained in:
Matt Rubens 2025-05-31 00:22:14 -04:00 committed by GitHub
parent 1febdbc2e5
commit 02b4414d7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"forkProcessing": "enabled"
"forkProcessing": "enabled",
"ignoreDeps": ["@vscode/vsce"]
}