Skip to content

Commit

Permalink
Add Reviewers to Dependabot Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoberger committed Sep 17, 2024
1 parent ff6a8e5 commit 5e3e82a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ updates:
directory: "/"
schedule:
interval: "monthly"
reviewers:
- "ricoberger"
assignees:
- "ricoberger"
groups:
Expand All @@ -15,6 +17,8 @@ updates:
directory: "/cmd/webhook"
schedule:
interval: "monthly"
reviewers:
- "ricoberger"
assignees:
- "ricoberger"
groups:
Expand All @@ -26,6 +30,8 @@ updates:
directory: "/cmd/basicauth"
schedule:
interval: "monthly"
reviewers:
- "ricoberger"
assignees:
- "ricoberger"
groups:
Expand All @@ -37,6 +43,8 @@ updates:
directory: "/cmd/githubauth"
schedule:
interval: "monthly"
reviewers:
- "ricoberger"
assignees:
- "ricoberger"
groups:
Expand All @@ -48,6 +56,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "ricoberger"
assignees:
- "ricoberger"
groups:
Expand Down

0 comments on commit 5e3e82a

Please sign in to comment.