From 25916e57b41f35181e438497ad0257d786e24364 Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Sat, 28 Mar 2026 20:47:01 -0400 Subject: [PATCH] update codeowners file for dependabot Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- .github/CODEOWNERS | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 241f159..6ca8047 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,13 @@ # These owners are the maintainers and approvers of this repo -* @radius-project/maintainers-community @radius-project/approvers-community \ No newline at end of file +* @radius-project/maintainers-community @radius-project/approvers-community + +# Ownership for dependency-related files. Allow the on-call team to approve +# dependency version updates (e.g., from Dependabot PRs) + +# GitHub Actions workflow files (updated by Dependabot for action version bumps) +.github/workflows/*.yaml @radius-project/on-call @radius-project/maintainers-community @radius-project/approvers-community +.github/workflows/*.yml @radius-project/on-call @radius-project/maintainers-community @radius-project/approvers-community + +# GitHub config files (includes dependabot.yml and other GitHub configurations) +.github/*.yaml @radius-project/on-call @radius-project/maintainers-community @radius-project/approvers-community +.github/*.yml @radius-project/on-call @radius-project/maintainers-community @radius-project/approvers-community