Skip to content

Dependabot configuration for Go modules and npm dependencies and CODEOWNERS #86

Merged
DariuszPorowski merged 1 commit intomainfrom
brooke-hamilton/dependabot-config
Mar 30, 2026
Merged

Dependabot configuration for Go modules and npm dependencies and CODEOWNERS #86
DariuszPorowski merged 1 commit intomainfrom
brooke-hamilton/dependabot-config

Conversation

@brooke-hamilton
Copy link
Copy Markdown
Member

Summary

This PR adds automated dependency update configuration for the blog repository:

Changes

.github/dependabot.yml

  • Added Go module (gomod) package ecosystem tracking for /radblog directory
  • Added npm package ecosystem tracking for /radblog directory
  • Both ecosystems configured with weekly update schedules and grouped updates

.github/CODEOWNERS

  • Extended ownership rules to allow the @radius-project/on-call team to approve dependency-related PRs
  • Added rules for: go.mod, go.sum, package.json, package-lock.json, .node-version, GitHub Actions workflows, and GitHub config files

This enables Dependabot to automatically create PRs for outdated dependencies while allowing the on-call team to efficiently review and merge these updates.

Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
@brooke-hamilton brooke-hamilton requested review from a team as code owners March 28, 2026 01:32
@brooke-hamilton brooke-hamilton changed the title Dependabot configuration for Go modules and npm dependencies Dependabot configuration for Go modules and npm dependencies and CODEOWNERS Mar 28, 2026
@DariuszPorowski DariuszPorowski self-requested a review March 30, 2026 18:23
@DariuszPorowski
Copy link
Copy Markdown
Member

@kachawla PTAL

@DariuszPorowski DariuszPorowski merged commit 9ebed64 into main Mar 30, 2026
6 checks passed
@DariuszPorowski DariuszPorowski deleted the brooke-hamilton/dependabot-config branch March 30, 2026 21:19
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.

3 participants