You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cooldown field is particularly useful—it adds a delay before Dependabot creates PRs, giving security researchers and maintainers time to assess upstream releases before we pull them in.
This delay is valuable for mitigating supply-chain risks, such as those seen in recent npm incidents (e.g., compromised versions of chalk could have affected cli).
Our organization uses multiple ecosystems across repositories (e.g., npm, pnpm). Either we can add all package-ecosystem in the same file or just focus on npm. Need some advice on this.
I'd like to propose distributing a
dependabot.ymlconfiguration to improve our dependency update process and strengthen supply-chain security.We could have a
dependabotor another label for maintainers to opt into this.Why
cooldownfield is particularly useful—it adds a delay before Dependabot creates PRs, giving security researchers and maintainers time to assess upstream releases before we pull them in.chalkcould have affectedcli).Proposed
dependabot.ymlCaution
Our organization uses multiple ecosystems across repositories (e.g., npm, pnpm). Either we can add all package-ecosystem in the same file or just focus on npm. Need some advice on this.