Skip to content

Commit 19962aa

Browse files
committed
feat(dependabot): replace Soulou with leo-scalingo
1 parent 3a4d252 commit 19962aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/dependabot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ updates:
77
schedule:
88
interval: "monthly"
99
reviewers:
10-
- "Soulou"
10+
- "leo-scalingo"
1111
groups:
1212
dependencies:
1313
patterns:
@@ -18,4 +18,4 @@ updates:
1818
schedule:
1919
interval: "monthly"
2020
reviewers:
21-
- "Soulou"
21+
- "leo-scalingo"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ git switch --create release/${version}
245245
git add CHANGELOG.md README.md
246246
git commit -m "Bump v${version}"
247247
git push --set-upstream origin release/${version}
248-
gh pr create --reviewer=Soulou --title "$(git log -1 --pretty=%B)"
248+
gh pr create --reviewer=leo-scalingo --title "$(git log -1 --pretty=%B)"
249249
```
250250

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

0 commit comments

Comments
 (0)