Skip to content

Commit

Permalink
fix(codeowners): add Dependabot into codeowners
Browse files Browse the repository at this point in the history
- this is so that Dependabot can automatically approve
  Dependabot pull requests

Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Nov 18, 2024
1 parent 7e62bda commit acf7a93
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,23 @@

# Assign the entire repository (default ownership)
* @MDr164 @AtomicFS


#============
# Dependabot
#============
#
# This is so that Dependabot can automatically approve Dependabot pull requests

# Golang
action/go.mod @dependabot[bot] @MDr164 @AtomicFS
action/go.sum @dependabot[bot] @MDr164 @AtomicFS

# Python
.dagger-ci/daggerci/requirements.txt @dependabot[bot] @MDr164 @AtomicFS

# Git submodules
docs/src/firmware-action-example @dependabot[bot] @MDr164 @AtomicFS

# GitHub actions
.github/workflows/*.yml @dependabot[bot] @MDr164 @AtomicFS

0 comments on commit acf7a93

Please sign in to comment.