Skip to content

Configure Dependabot version updates - #37

Open
bradymholt wants to merge 2 commits into
mainfrom
brady/dependabot-version-updates
Open

Configure Dependabot version updates#37
bradymholt wants to merge 2 commits into
mainfrom
brady/dependabot-version-updates

Conversation

@bradymholt

@bradymholt bradymholt commented Aug 11, 2026

Copy link
Copy Markdown
Member

Enables Dependabot version updates in this repo.

dependabot.yml

  • Weekly schedule, open-pull-requests-limit: 3, and cooldown.default-days: 7 — the same cooldown we use in evergreen. The cooldown means we don't pick up a release the day it's published, which is our main supply-chain guard.
  • github-actions is included so workflow action versions stay current too.

CODEOWNERS

Dependabot's reviewers option was retired in August 2025 in favor of code owners, so CODEOWNERS is now the only way to route these PRs to a team. assignees still exists but only accepts individual users, not teams.

Adds a dependabot.yml enabling weekly version updates with a 7-day
cooldown, matching what we run in evergreen. Cooldown applies to version
updates only, so security updates still land immediately.

Reviewers come from CODEOWNERS since Dependabot's reviewers option was
retired in favor of code owners. The owned paths are limited to the files
Dependabot touches so unrelated PRs aren't gated.
@bradymholt
bradymholt enabled auto-merge August 11, 2026 15:13
@bradymholt
bradymholt requested review from a team and scottrobertson and removed request for a team August 11, 2026 15:13
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