Skip to content

Commit

Permalink
chore(ci): update assignees and reviewers (#1601)
Browse files Browse the repository at this point in the history
Updated the assignees and reviewers in the dependabot configuration
file from "iggy-rs/maintainers" to "apache/iggy-committers" for both
the GitHub Actions and Cargo package ecosystems. This change ensures
that the appropriate team members are notified and can review the
dependency updates.
  • Loading branch information
BartoszCiesla authored Mar 4, 2025
1 parent 71716c7 commit dc97d79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ updates:
labels:
- "ci-cd"
assignees:
- "iggy-rs/maintainers"
- "apache/iggy-committers"
reviewers:
- "iggy-rs/maintainers"
- "apache/iggy-committers"

- package-ecosystem: "cargo"
directory: "/"
Expand All @@ -22,6 +22,6 @@ updates:
commit-message:
prefix: "chore(deps): "
assignees:
- "iggy-rs/maintainers"
- "apache/iggy-committers"
reviewers:
- "iggy-rs/maintainers"
- "apache/iggy-committers"

0 comments on commit dc97d79

Please sign in to comment.