Skip to content

Commit

Permalink
chore(fix): Ignore code owners on GH workflows
Browse files Browse the repository at this point in the history
Renovate should now be able to auto merge dependency updates on GitHub Action workflows
  • Loading branch information
alessfg committed Jan 13, 2025
1 parent 8e73168 commit 9d2cb61
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
#####################
# Main global owner #
#####################
* @alessfg
/.github/workflows/requirements

################################################
# Enable auto merge on GitHub Action workflows #
################################################
/.github/workflows

##############################################
# Markdown does not require a specific owner #
##############################################
*.md

0 comments on commit 9d2cb61

Please sign in to comment.