Renovate not making PRs #42121
Unanswered
zachkirsch
asked this question in
Request Help
Replies: 1 comment 9 replies
-
|
In the most recent job (job ID This is because you're setting Are you trying to disable everything but your |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
A Mend.io-hosted app
Which platform you running Renovate on?
GitHub.com
Which version of Renovate are you using?
No response
Please tell us more about your question or problem
Sorry in advance if this isn't the right place to ask this kind of question.
I added a renovate.json to our repo yesterday, added the renovate app to our github org, and enabled "Automated PRs" in the mend.io UI. I configured an update for Tuesday mornings, but didn't see a PR come in this morning. Any idea how I can debug this?
Config:
{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], "enabled": false, "vulnerabilityAlerts": { "enabled": true, "labels": ["security"] }, "timezone": "America/New_York", "packageRules": [ { "enabled": true, "groupName": "oxlint", "matchPackageNames": ["oxlint", "oxlint-tsgolint"], "schedule": ["after 5am and before 7am on Tuesday"], "labels": ["dependencies"] } ] }Logs (if relevant)
No response
Beta Was this translation helpful? Give feedback.
All reactions