Skip to content

Commit

Permalink
fix: [#499] Add default reviewer 030 to dependabot PRs. (#500)
Browse files Browse the repository at this point in the history
fix: Add default reviewer 030 to dependabot PRs.
  • Loading branch information
030 authored Feb 24, 2024
1 parent fffd2ca commit 9b63651
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@ version: 2
updates:
- package-ecosystem: 'docker'
directory: '/'
reviewers:
- '030'
schedule:
interval: 'daily'
- package-ecosystem: 'github-actions'
directory: '/'
reviewers:
- '030'
schedule:
interval: 'daily'
- package-ecosystem: 'gomod'
directory: '/'
reviewers:
- '030'
schedule:
interval: 'daily'

0 comments on commit 9b63651

Please sign in to comment.