renovatebot / app-support

Discussion/support issues for the hosted Renovate App
0 stars 0 forks source link

Bot stopped adding PRs #97

Closed mbrodala closed 4 years ago

mbrodala commented 4 years ago

What Renovate type, platform and version are you using?

I am using the hosted app with hosted GitLab.

Describe the bug

After completing the onboarding yesterday Renovate did create 4 PRs (thus respecting my configuration). I could merge one right away and did close another without merge since the update itself was broken. The remaining two did fail on build due to some network issue AFAIS.

Now Renovate does not seem to create any further PRs anymore, also ticking the checkbox to retry/rebase the other 2 PRs does nothing. I cannot see any new entry in the Renovate app logs since yesterday.

Relevant debug logs

No logs, as mentioned. The last log entry has the ID 257996530, I hope you can infer the project from this.

To Reproduce

Additional context

The project which was onboarded is not shown in the sidebar of the Renovate app but shows up as activated in the Install/Uninstall Repositories dialog.

My renovate.json:

{
  "extends": [
    "config:base",
    ":githubComToken(...)",
    ":prHourlyLimit4"
  ],
  "commitMessagePrefix": "[TASK] ",
  "commitMessageTopic": "{{depName}}",
  "ignorePaths": [
    "web/"
  ],
  "rangeStrategy": "update-lockfile",
  "packageRules": [
    {
      "packagePatterns": ["^typo3/cms-*"],
      "groupName": "TYPO3"
    }
  ]
}
rarkins commented 4 years ago

In our DB the repo belonging to that job is classified as status "onboarding", which means it's not put on regular hourly checks. I have reset its status so you hopefully see a run in the next hour

mbrodala commented 4 years ago

Yes, a whole bunch of new PRs has been added now, thanks for the fix! :-)