From a9ad80b1f2f91aa0e127687e8479f0d579b7e04b Mon Sep 17 00:00:00 2001 From: Karishma Chawla Date: Tue, 11 Nov 2025 13:42:05 -0800 Subject: [PATCH] Add on-call team as codeowner for Dependabot updates Add radius-project/on-call as additional codeowner for .github/workflows/ to allow dependency updates without blocking on maintainers/approvers. Signed-off-by: Karishma Chawla --- .github/CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0dbe71c3..92753357 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,5 @@ # These owners are the maintainers and approvers of this repo -* @radius-project/maintainers-design-notes @radius-project/approvers-design-notes \ No newline at end of file +* @radius-project/maintainers-design-notes @radius-project/approvers-design-notes + +# Files that Dependabot updates - on-call can also approve these +.github/workflows/ @radius-project/maintainers-design-notes @radius-project/approvers-design-notes @radius-project/on-call \ No newline at end of file