Closed 9ntonio closed 5 years ago
When you log in, do you see that repository listed on the left side bar? And then you click and you get that error?
Not exactly, this is what I see continuously without resolve.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed soon if no further activity occurs.
Bumping in hopes that this issue can be resolved.
Can you take screenshots prior to there? Eg directly after you log in? I want to see if anything loads and what api calls fail
I was able to log off then log back in. I noticed that I needed to authorize the bot again for it to let me into the dashboard. After I was in I see the following issues across multiple repos. Is this an issue of bot authentication?
That was unfortunately a system-wise bug earlier today. Do you have any subsequent logs for each repo?
After reviewing the logs for my repo's, I see that I do have the initial configuration PR for all except this one - https://github.com/9ntonio/portfolio/
Here is the log:
Do I need to reset the bot in order to have the repo above begin to create an initial PR?
You will need to add a renovate.json
manually for 9ntonio/portfolio and be sure to include the config "includeForks": true
. Renovate skips forks whenever you have installed Renovate into "all repositories" because in the majority of cases users don't intend for forks to be covered by Renovate.
Thank you! That makes complete sense. I'll install per your instruction s and see if it addresses my issue. If it does I will close this ticket out.
Hello, I have another question. I've added the renovate.json file to my project - https://github.com/9ntonio/portfolio/blob/develop/renovate.json
Yet I am not seeing any actions for this repo when I go to my dashboard. My goal is to get the bot to see the settings and begin to create PR's, but I am not seeing any interactions. I assume I am missing something in the set up for this goal to work?
Bumping in hopes I can receive some feedback. Thanks.
I gave it a bump just now and it ran, but didn't create PRs due to the schedule. Should hopefully create PRs the next time it's within schedule.
Thank you!
Thanks again for your help. The bot is working again as you said previously. I appreciate the help and time.
Which Renovate are you using? CLI, App, or Pro
I'm using the github app.
Which platform are you using? GitHub, GitLab, Bitbucket Azure DevOps
GitHub
I am trying to get into my dashboard to see why I am not getting an initial PR for my repo. When I look at the console I am getting the following:
How do I give the app github authorization when I do see it is not listed. I'm assuming this is the cause of the error above.
Thanks.