renovatebot / config-help

Please use the Discussions feature of https://github.com/renovatebot/renovate instead

Home Page:https://github.com/renovatebot/renovate/discussions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Renovate not checking repository once per hour (even during night)

msimperi opened this issue · comments

WhiteSource Renovate App

Which platform are you using?

GitHub.com

Have you checked the logs? Don't forget to include them if relevant

I have few identical configuration between repositories. Using same renovate.json file. Somehow the other repository renovate checks are executed once per hour and in this example case these jobs are not executed that often (might be 10h between executions)

256227743 (automatically executed)
256672519 (manually triggered)
256698025 (manually started)

image

repo/renovate.json
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": ["local>myorganisation/renovate-config"],
  "packageRules": [
    {
      "updateTypes": ["minor", "patch", "pin", "digest"],
      "automerge": true
    }
  ]
}

myorganisation/renovate-config/renovate.json
{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "enabled": true,
  "extends": [
    "config:base",
    ":pinAllExceptPeerDependencies",
    ":semanticPrefixChore",
    "schedule:nonOfficeHours"
  ],
  "timezone": "Europe/Helsinki",
  "dependencyDashboard": true,
  "labels": ["dependencies"],
  "rebaseWhen": "behind-base-branch",
  "vulnerabilityAlerts": {
    "labels": ["security"]
  },
  "packageRules": [
    {
      "packageNames": ["aws-sdk"],
      "schedule": ["after 9pm on sunday"]
    }
  ],
}

What would you like to do?

I would like to see that renovate is once per hour checking is there something to do. The schedule could be limited to "non-office hours", but last night I don't see any runs in the repository.

Could some of my org repositories be renovate checks be stuck? I'm still able to trigger manually the run, but how I would like it to work.

This repo is classified as onboarding in the DB, meaning it's not scheduled hourly and instead only when edits to the renovate.json in the onboarding PR are received.

Looks to be enabled now, I think you should see jobs run most hours.

I think few repositories started to run normally now. I see still one repository that executed this job 256677544 one day ago and didn't continue running. Is it possible that @rarkins you check that also? It has also identical configuration.

commented

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.
If this question is not done (either you plan to update it or are waiting on someone to respond) then please add a comment here to bump it and/or get the other person's attention.
We aim to do our best to solve every problem. This bot is here to help us clean up issues which are no longer of use to the original poster, and not to close anything prematurely, so bump as you need!