Skip to content

chore: Configure Renovate#24

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/configure
Open

chore: Configure Renovate#24
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/configure

Conversation

@renovate

@renovate renovate Bot commented Jul 19, 2026

Copy link
Copy Markdown

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)
  • crates/mockql-cli/Cargo.toml (cargo)
  • crates/mockql-core/Cargo.toml (cargo)
  • xtask/Cargo.toml (cargo)
  • .github/workflows/build.yml (github-actions)
  • .github/workflows/continuous-integration.yml (github-actions)
  • .github/workflows/mega-linter.yml (github-actions)
  • .github/workflows/pr-check-docs.yml (github-actions)
  • .github/workflows/prepare-release.yml (github-actions)
  • .github/workflows/publish-latest-docs.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • renovate.json (renovate-config)
  • rust-toolchain.toml (rust-toolchain)

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 all dependency versions except peerDependencies.
  • Special rules covering major version updates.
  • Rules governing github actions.
  • Weekly schedule on early Monday mornings (before 4 AM).
  • Base Renovate configuration for Expedia Group projects
  • 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
fix(deps): pin dependencies
chore(deps): update dtolnay/rust-toolchain digest to 2c7215f
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/dtolnay-rust-toolchain-digest
  • Merge into: main
  • Upgrade dtolnay/rust-toolchain to 2c7215f132e9ebf062739d9130488b56d53c060c
chore(deps): update actions/checkout action from vv4.2.2 to v4.3.1
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: main
  • Upgrade actions/checkout to 34e114876b0b11c390a56381ad16ebd13914f8d5
chore(deps): update peaceiris/actions-gh-pages action from vv4.0.0 to v4.1.0
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/peaceiris-actions-gh-pages-4.x
  • Merge into: main
  • Upgrade peaceiris/actions-gh-pages to 84c30a85c19949d7eee79c4ff27748b70285e453
chore(deps): update swatinem/rust-cache action from vv2.8.0 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
feat(deps): update rust from v1.95.0 to v1.97.1
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/rust-1.x
  • Merge into: main
  • Upgrade rust to 1.97.1
chore(deps): update actions/checkout action to v7.0.0
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/actions-checkout-7.x
  • Merge into: main
  • Upgrade actions/checkout to 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
  • Upgrade actions/checkout to v7
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 peter-evans/create-pull-request action from vv7.0.11 to v8

❓ 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 renovate Bot added dependencies Pull requests that update a dependency file renovate labels Jul 19, 2026
@github-actions

Copy link
Copy Markdown

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ JSON jsonlint 1 0 0 0.36s
✅ REPOSITORY gitleaks yes no no 14.12s

Notices

📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)

See detailed reports in MegaLinter artifacts
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants