Skip to content

Comments

Adjust renovate scheduling#431

Open
nikobockerman wants to merge 1 commit intomainfrom
renovate/reconfigure
Open

Adjust renovate scheduling#431
nikobockerman wants to merge 1 commit intomainfrom
renovate/reconfigure

Conversation

@nikobockerman
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings February 24, 2026 05:07
@renovate
Copy link
Contributor

renovate bot commented Feb 24, 2026

Reconfigure PR Results

This is a reconfigure PR comment to help you understand and re-configure your renovate bot settings. If this Reconfigure PR were to be merged, we'd expect to see the following outcome:


Detected Package Files

  • solvers/rust/Cargo.toml (cargo)
  • solvers/cpp/conanfile.txt (conan)
  • .gitmodules (git-submodules)
  • .github/actions/cmake-project-finalize/action.yaml (github-actions)
  • .github/actions/cmake-project-setup/action.yaml (github-actions)
  • .github/actions/hardened-libc++/action.yaml (github-actions)
  • .github/actions/homebrew-packages-setup/action.yaml (github-actions)
  • .github/actions/mise-project-setup/action.yaml (github-actions)
  • .github/actions/uv-project-setup/action.yaml (github-actions)
  • .github/workflows/cache-cleanup-after-closed-pr.yaml (github-actions)
  • .github/workflows/ci-python-project.yaml (github-actions)
  • .github/workflows/ci-solvers-cpp.yaml (github-actions)
  • .github/workflows/ci-solvers-rust.yaml (github-actions)
  • .github/workflows/ci.yaml (github-actions)
  • .github/workflows/cpp-build-test-run.yaml (github-actions)
  • .github/workflows/homebrew-prepare-cache.yaml (github-actions)
  • .github/workflows/mise-prepare-cache.yaml (github-actions)
  • .github/workflows/mise-task.yaml (github-actions)
  • .github/workflows/mise-uv-prepare-cache.yaml (github-actions)
  • .github/workflows/mise-uv-task.yaml (github-actions)
  • .github/workflows/python-run.yaml (github-actions)
  • .github/workflows/rust-build-test-run.yaml (github-actions)
  • aoc-main/mise.toml (mise)
  • mise.toml (mise)
  • solvers/cpp/mise.toml (mise)
  • solvers/python/mise.toml (mise)
  • solvers/rust/mise.toml (mise)
  • aoc-main/pyproject.toml (pep621)
  • solvers/python/pyproject.toml (pep621)
  • .github/actions/hardened-libc++/action.yaml (regex)
  • .github/actions/mise-project-setup/action.yaml (regex)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Hopefully safe environment variables to allow users to configure.
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Ensure that every dependency pinned by digest and sourced from GitHub.com contains a link to the commit-to-commit diff
  • Correctly link to the source code for golang.org/x packages
  • Link to pkg.go.dev/... for golang.org/x packages' title
  • Pin Docker digests.
  • Pin github-action digests.
  • Enable Renovate configuration migration PRs when needed.
  • Pin dependency versions for development dependencies.
  • Recommended configuration for abandoned packages, treating packages without a release for 1 year as abandoned, while taking into account community-sourced overrides.
  • Wait until the npm package is three days old before raising the update. This a) introduces a short delay to allow for malware researchers and scanners to (possibly) detect any malicious behaviour in packages, and b) prevents the maintainer and/or NPM from unpublishing a package you already upgraded to, breaking builds.
  • Run lock file maintenance (updates) early Monday mornings.
  • Pin all dependency versions except peerDependencies.
  • Update _VERSION environment variables in GitHub Action files.
  • Wait until the npm package is three days old before raising the update. This a) introduces a short delay to allow for malware researchers and scanners to (possibly) detect any malicious behaviour in packages, and b) prevents the maintainer and/or NPM from unpublishing a package you already upgraded to, breaking builds.
  • Run Renovate on following schedule: * 0-13 * * 1-5

What to Expect

With your current configuration, Renovate will create 2 Pull Requests:

Update dependency uv to v0.10.5
  • Schedule: ["* 0-13 * * 1-5"]
  • Branch name: renovate/uv-0.10.x
  • Merge into: main
  • Upgrade uv to 0.10.5
Lock file maintenance
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/lock-file-maintenance
  • Merge into: main
  • Regenerate lock files to use latest dependency versions

🚸 Branch creation and rebasing will be limited to maximum 1 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for commitHourlyLimit for details.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds scheduling configuration to the Renovate bot to control when dependency updates are processed. The changes limit Renovate runs to weekdays during specified hours to avoid running updates during off-hours or weekends.

Changes:

  • Added global schedule to run Renovate on weekdays (Monday-Friday) during hours 0-13
  • Added package-specific schedule for the Mise package to run only on Fridays during hours 0-13

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

},
postUpdateOptions: ["npmDedupe"],
rebaseWhen: "behind-base-branch",
schedule: ["* 0-13 * * 1-5"], // Weekdays, during night and working hours
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

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

The wildcard * in the minute field causes Renovate to run every minute during hours 0-13, which is likely excessive. This would result in 840 executions per weekday (60 minutes × 14 hours). Consider using a more reasonable interval, such as 0 0-13 * * 1-5 (once per hour) or 0,30 0-13 * * 1-5 (twice per hour).

Copilot uses AI. Check for mistakes.
@nikobockerman nikobockerman enabled auto-merge (squash) February 24, 2026 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant