Skip to content

chore: Configure Renovate - #10

Merged
sou1118 merged 2 commits into
mainfrom
renovate/configure
Aug 4, 2026
Merged

chore: Configure Renovate#10
sou1118 merged 2 commits into
mainfrom
renovate/configure

Conversation

@renovate

@renovate renovate Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.

📚 See our Reading List for relevant documentation you may be interested in reading.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


Detected Package Files

  • Cargo.toml (cargo)
  • .github/workflows/ci.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • mise.toml (mise)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • 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 Forgejo contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from Gitea contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitHub.com and Github enterprise contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitLab.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
  • Provide a link to octochangelog's improved breakdown for Renovate's changelogs
  • 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.
  • Evaluate schedules according to timezone Asia/Tokyo.
  • Weekly schedule on early Monday mornings (before 4 AM).
  • Run Renovate on following schedule: * 0-3 * * 1

What to Expect

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

chore(deps): pin dependencies
chore(deps): update rust-lang/crates-io-auth-action action to v1.0.5
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/rust-lang-crates-io-auth-action-1.x
  • Merge into: main
  • Upgrade rust-lang/crates-io-auth-action to c6f97d42243bad5fab37ca0427f495c86d5b1a18
fix(deps): update cargo (non-major)
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/cargo-(non-major)
  • Merge into: main
  • Upgrade anyhow to 1.0.104
  • Upgrade clap to 4.6.4
  • Upgrade typst-syntax to 0.15
chore(deps): update softprops/action-gh-release action to v2.6.2
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/softprops-action-gh-release-2.x
  • Merge into: main
  • Upgrade softprops/action-gh-release to 3bb12739c298aeb8a4eeaf626c5b8d85266b0e65
chore(deps): update swatinem/rust-cache action to v2.9.1
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/swatinem-rust-cache-2.x
  • Merge into: main
  • Upgrade Swatinem/rust-cache to c19371144df3bb44fab255c43d04cbc2ab54d1c4
chore(deps): update actions/checkout action to v7
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/actions-checkout-7.x
  • Merge into: main
  • Upgrade actions/checkout to 3d3c42e5aac5ba805825da76410c181273ba90b1
chore(deps): update github artifact actions (major)
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/major-github-artifact-actions
  • Merge into: main
  • Upgrade actions/download-artifact to 3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
  • Upgrade actions/upload-artifact to 043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
chore(deps): update softprops/action-gh-release action to v3
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/softprops-action-gh-release-3.x
  • Merge into: main
  • Upgrade softprops/action-gh-release to 3d0d9888cb7fd7b750713d6e236d1fcb99157228
fix(deps): update rust crate similar to v3
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/similar-3.x
  • Merge into: main
  • Upgrade similar to 3
chore(deps): lock file maintenance
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/lock-file-maintenance
  • Merge into: main
  • Regenerate lock files to use latest dependency versions

🚸 PR creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prHourlyLimit for details.


❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR was generated by Mend Renovate. View the repository job log.

renovate Bot and others added 2 commits August 4, 2026 15:58
- Switch to config:best-practices (pins action digests, config migration)
- Require a 7-day minimum release age for supply-chain safety
- Run weekly in Asia/Tokyo to reduce PR noise
- Enable Cargo.lock maintenance
- Group non-major cargo updates into a single PR
@sou1118
sou1118 merged commit 31c828b into main Aug 4, 2026
7 checks passed
@sou1118
sou1118 deleted the renovate/configure branch August 4, 2026 16:14
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