Skip to content

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

Merged
fredrikaverpil merged 2 commits into
masterfrom
add-dependabot-cooldown
Apr 16, 2026
Merged

chore: add dependabot cooldown settings to mitigate ongoing supply chain attacks#83
fredrikaverpil merged 2 commits into
masterfrom
add-dependabot-cooldown

Conversation

@Tethik

@Tethik Tethik commented Mar 31, 2026

Copy link
Copy Markdown
Contributor

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 March 31, 2026 06:04
@fredrikaverpil fredrikaverpil merged commit ad3a730 into master Apr 16, 2026
2 checks passed
@fredrikaverpil fredrikaverpil deleted the add-dependabot-cooldown branch April 16, 2026 09:05
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.

2 participants