Skip to content

Commit

Permalink
ci(dependabot): set default reviewers
Browse files Browse the repository at this point in the history
Signed-off-by: nscuro <nscuro@protonmail.com>
  • Loading branch information
nscuro committed Dec 20, 2021
1 parent ee3b654 commit 182f622
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@ version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
reviewers:
- "CycloneDX/go-maintainers"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
reviewers:
- "CycloneDX/go-maintainers"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
reviewers:
- "CycloneDX/go-maintainers"
schedule:
interval: "daily"
interval: "daily"

0 comments on commit 182f622

Please sign in to comment.