We are deprecating real-time job status updates for GitHub Actions workflow notifications in Slack and Microsoft Teams on the 10th of March 2025. Users will continue to receive notifications when a workflow starts and completes, but live job progress updates will no longer be available. This change improves system efficiency while maintaining essential workflow visibility.
Dependabot now supports pnpm workspace catalogs (GA)
Starting today, Dependabot offers full support for pnpm
workspace catalogs.
pnpm
workspace catalogs are widely used in monorepos, and improper dependency handling can lead to:
– Broken dependency trees due to unintended modifications.
– Install failures in CI environments due to lockfile mismatches.
– NoChangeErrors
when workspaces conflict with each other.
Starting today, Dependabot fully supports pnpm
workspace catalogs. This means that Dependabot now:
– Ensures safe, scoped updates for each workspace.
– Prevents lockfile inconsistencies that break dependency resolution.
– Improves the reliability of updates in pnpm
monorepos.