mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-10 17:43:38 -05:00
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>