Skip to content

Commit bba4f13

Browse files
committed
Update CODEOWNERS to only apply to source code directories
This allows dependabot PRs that only modify pyproject.toml to be auto-merged without requiring code owner approval. Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 5831f8c commit bba4f13

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CODEOWNERS

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Each line is a file pattern followed by one or more owners.
22
# Owners will be requested for review when someone opens a pull request.
33

4-
# Fallback owner.
5-
# These are the default owners for everything in the repo, unless a later match
6-
# takes precedence.
7-
* @frequenz-floss/python-sdk-team
4+
# Only apply to source code directories to allow dependabot PRs that only
5+
# modify pyproject.toml to be auto-merged without requiring code owner approval.
6+
/{src,tests,docs,dist}/ @frequenz-floss/python-sdk-team

0 commit comments

Comments
 (0)