Skip to content

Commit c3d68fd

Browse files
authored
udpate renovate user details (#60)
We were using wrong github app name in the renovate configuration and this commit fixes the same. Signed-off-by: Anurag <anurag.kumar@syself.com>
1 parent c3b25e8 commit c3d68fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"**/test/**",
2727
"**/tests/**"
2828
],
29-
username: "csmctl-bot[bot]",
30-
// TODO: gitAuthor: "csmctl-bot[bot] <-bot[bot]@users.noreply.github.com>",
29+
username: "cluster-stack-bot[bot]",
30+
gitAuthor: "cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com>",
3131
// PR config
3232
dependencyDashboardTitle: "Dependency Dashboard 🤖",
3333
dependencyDashboardHeader: "",

0 commit comments

Comments
 (0)