Skip to content

Commit f244019

Browse files
authored
Add @radius-project/on-call ownership for dependabot managed files (#1569)
* Add @radius-project/on-call ownership for dependabot files Assign @radius-project/on-call group as owners for dependency files that are automatically updated by dependabot (package.json and package-lock.json). This ensures proper review and approval of dependency updates by the on-call team. Signed-off-by: Karishma Chawla <[email protected]> * Include maintainers and approvers in dependabot file ownership Add @radius-project/maintainers-docs and @radius-project/approvers-docs to dependabot managed files to preserve existing access rights alongside the on-call team. Signed-off-by: Karishma Chawla <[email protected]> --------- Signed-off-by: Karishma Chawla <[email protected]>
1 parent 6ed6d23 commit f244019

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
# These owners are the maintainers and approvers of this repo
2-
* @radius-project/maintainers-docs @radius-project/approvers-docs
2+
* @radius-project/maintainers-docs @radius-project/approvers-docs
3+
4+
# Dependabot managed files
5+
docs/package.json @radius-project/on-call @radius-project/maintainers-docs @radius-project/approvers-docs
6+
docs/package-lock.json @radius-project/on-call @radius-project/maintainers-docs @radius-project/approvers-docs

0 commit comments

Comments
 (0)