Skip to content

Conversation

@harryswift01
Copy link
Contributor

Summary

This PR addresses a fix that is needed to ensure that Renovate is able to run successfully and make PRs, currently the schedule is not set up correctly, so a switch to using the cron scheduling system is needed.

Changes

Update workflows within .github/:

  • Update .github/renovate.json to use the cron schedule of 0 8 * * 1-5
  • Update .github/workflows/project-ci.yaml to run only on weekdays using the cron schedule of 0 8 * * 1-5

Impact

  • This will ensure that Renovate is able to successfully run on the CodeEntropy repository.
  • The project CI will only run when needed during the working week and reduce the wasted GitHub actions minutes during the weekend.

@harryswift01 harryswift01 requested a review from jimboid November 27, 2025 13:56
@harryswift01 harryswift01 self-assigned this Nov 27, 2025
@harryswift01 harryswift01 added the bug Something isn't working label Nov 27, 2025
@harryswift01 harryswift01 linked an issue Nov 27, 2025 that may be closed by this pull request
Copy link
Member

@jimboid jimboid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using cron tab trigger is much safer.

@harryswift01 harryswift01 merged commit 296ad49 into main Nov 27, 2025
15 checks passed
@harryswift01 harryswift01 deleted the 214-action-required-fix-renovate-configuration branch November 27, 2025 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Action Required: Fix Renovate Configuration

3 participants