Skip to content

chore: add dependabot cooldown settings to mitigate ongoing supply chain attacks#322

Open
Tethik wants to merge 1 commit into
masterfrom
add-dependabot-cooldown
Open

chore: add dependabot cooldown settings to mitigate ongoing supply chain attacks#322
Tethik wants to merge 1 commit into
masterfrom
add-dependabot-cooldown

Conversation

@Tethik
Copy link
Copy Markdown
Contributor

@Tethik Tethik commented Apr 9, 2026

Summary

Adds cooldown configuration to every package ecosystem in .github/dependabot.yml to reduce exposure to ongoing supply chain attacks by limiting how quickly compromised or malicious package versions can be automatically adopted.

cooldown:
  default-days: 7
  semver-major-days: 30
  semver-minor-days: 7
  semver-patch-days: 3
  exclude:
    - github.com/einride/*
    - github.com/einride-autonomous/*
    - github.com/einride-labs/*

Security updates are automatically exempt from this cooldown.

@Tethik Tethik requested a review from a team as a code owner April 9, 2026 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant