Skip to content

Commit d367e30

Browse files
CODEOWNERS update for Dependabot and GitHub Actions dependencies (#44)
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
1 parent c63f0d5 commit d367e30

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/CODEOWNERS

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# These owners are the maintainers and approvers of this repo
22
* @radius-project/maintainers-docs @radius-project/approvers-docs
33

4-
# Allows on-call members to respond to changes in .github files
4+
# Ownership for dependency-related files. Allow the on-call team to approve
5+
# dependency version updates (e.g., from Dependabot PRs)
6+
7+
# GitHub Actions workflow files (updated by Dependabot github-actions ecosystem)
8+
.github/workflows/*.yaml @radius-project/on-call @radius-project/maintainers-docs @radius-project/approvers-docs
9+
.github/workflows/*.yml @radius-project/on-call @radius-project/maintainers-docs @radius-project/approvers-docs
10+
11+
# GitHub config files (includes dependabot.yml, etc.)
512
.github/*.yaml @radius-project/on-call @radius-project/maintainers-docs @radius-project/approvers-docs
613
.github/*.yml @radius-project/on-call @radius-project/maintainers-docs @radius-project/approvers-docs

0 commit comments

Comments
 (0)