-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added gitIgnoredAuthors
to Renovate
#911
Conversation
Signed-off-by: Andre Wanlin <[email protected]>
Hi @secustor, sorry for the pings, when you have time can you give this a look, please? |
.github/renovate.json
Outdated
@@ -32,5 +32,6 @@ | |||
"allowedVersions": "<5.0.0" | |||
} | |||
], | |||
"ignorePaths": ["**/dist-dynamic/**"] | |||
"ignorePaths": ["**/dist-dynamic/**"], | |||
"gitIgnoredAuthors": ["backstage-goalie"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has to be the email address of the bot, as git uses these to compare commits.
See:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, alright, not sure how to figure that out but will dig into it. Thanks for taking the time to review this 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@benjdlambert @freben could either of you help me with this? Having this in place would help with our Renovate process in this repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Rugvip do you know what the email of the backstage-goalie
bot is/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @awanlin, does this help?
community-plugins $ git shortlog --summary --numbered --email | grep goalie
32 backstage-goalie[bot] <97962292+backstage-goalie[bot]@users.noreply.github.com>
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution! |
Signed-off-by: Nick Boldt <[email protected]>
Hey, I just made a Pull Request!
Added gitIgnoredAuthors to the Renovate config based on a recommendation on Discord from @secustor.
✔️ Checklist
Signed-off-by
line in the message. (more info)