Skip to content

github action renovate doesn't update exist pull request when package has new version. #900

Closed Answered by leavesster
leavesster asked this question in Q&A
Discussion options

You must be logged in to vote

I finally find why.
GitHub action renovate need add github_token's user in gitIgnoredAuthors in renovate config.
It looks like:

{
    "gitIgnoredAuthors": ["41898282+github-actions[bot]@users.noreply.github.com"],
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by leavesster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant