Skip to content

Configure Dependabot version updates - #37

Merged
bradymholt merged 3 commits into
mainfrom
brady/dependabot-version-updates
Aug 13, 2026
Merged

Configure Dependabot version updates#37
bradymholt merged 3 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 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
Updated code owners for several files to @bradymholt.
@bradymholt
bradymholt merged commit a166383 into main Aug 13, 2026
7 checks passed
@bradymholt
bradymholt deleted the brady/dependabot-version-updates branch August 13, 2026 08: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.

2 participants