build: suppress pnpm update notification (#13241)

Suppress pnpm update notification
This commit is contained in:
Elliot DeNolf
2025-07-22 13:27:44 -04:00
committed by GitHub
parent 77f279e768
commit e7a652f0a8

View File

@@ -1,9 +1,8 @@
packages:
# all packages in direct subdirs of packages/
- 'packages/*'
- 'tools/*'
- 'test'
- 'templates/blank'
- 'templates/website'
# exclude packages that are inside test directories
# - '!**/test/**'
updateNotifier: false