Skip to content

Commit

Permalink
feat(dependabot): replace Soulou with leo-scalingo
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Mar 21, 2024
1 parent 3a4d252 commit 19962aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
schedule:
interval: "monthly"
reviewers:
- "Soulou"
- "leo-scalingo"
groups:
dependencies:
patterns:
Expand All @@ -18,4 +18,4 @@ updates:
schedule:
interval: "monthly"
reviewers:
- "Soulou"
- "leo-scalingo"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ git switch --create release/${version}
git add CHANGELOG.md README.md
git commit -m "Bump v${version}"
git push --set-upstream origin release/${version}
gh pr create --reviewer=Soulou --title "$(git log -1 --pretty=%B)"
gh pr create --reviewer=leo-scalingo --title "$(git log -1 --pretty=%B)"
```

Once the pull request merged, you can compile and tag the new release.
Expand Down

0 comments on commit 19962aa

Please sign in to comment.