Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Code Owners for slack-github-threads
# This file defines who will be automatically requested for review when changes are made to specific files.
# For more information, see: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

# Global owners - will be requested for review on all PRs
* @markhallen

# Dependency updates (Dependabot PRs)
Gemfile @markhallen
Gemfile.lock @markhallen
Dockerfile @markhallen
.github/workflows/ @markhallen

# Configuration files
config/ @markhallen
.kamal/ @markhallen

# Documentation
README.md @markhallen
docs/ @markhallen
CONTRIBUTING.md @markhallen
SECURITY.md @markhallen
12 changes: 0 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ updates:
day: "monday"
time: "09:00"
open-pull-requests-limit: 5
reviewers:
- "your-username" # Replace with actual GitHub username
assignees:
- "your-username" # Replace with actual GitHub username
commit-message:
prefix: "deps"
prefix-development: "deps-dev"
Expand Down Expand Up @@ -39,10 +35,6 @@ updates:
day: "monday"
time: "09:00"
open-pull-requests-limit: 3
reviewers:
- "your-username" # Replace with actual GitHub username
assignees:
- "your-username" # Replace with actual GitHub username
commit-message:
prefix: "ci"
include: "scope"
Expand All @@ -58,10 +50,6 @@ updates:
day: "monday"
time: "09:00"
open-pull-requests-limit: 3
reviewers:
- "your-username" # Replace with actual GitHub username
assignees:
- "your-username" # Replace with actual GitHub username
commit-message:
prefix: "docker"
include: "scope"
Expand Down