Skip to content

Commit 9d2cb61

Browse files
committed
chore(fix): Ignore code owners on GH workflows
Renovate should now be able to auto merge dependency updates on GitHub Action workflows
1 parent 8e73168 commit 9d2cb61

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/CODEOWNERS

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
#####################
12
# Main global owner #
23
#####################
34
* @alessfg
4-
/.github/workflows/requirements
5+
6+
################################################
7+
# Enable auto merge on GitHub Action workflows #
8+
################################################
9+
/.github/workflows
10+
11+
##############################################
12+
# Markdown does not require a specific owner #
13+
##############################################
514
*.md

0 commit comments

Comments
 (0)