mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-17 05:41:07 +01:00
cf22cdfc96
Extends the bot exception in no-engineering-system-changes to handle version bump PRs that include package-lock.json alongside package.json. The previous change (#308090) only allowed single-file package.json changes. Version bumps also run npm install which updates the lock file. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>