Skip to content

Configure Renovate#72

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

Configure Renovate#72
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/configure

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Mar 24, 2026

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.


Detected Package Files

  • .github/workflows/codeql-analysis.yml (github-actions)
  • .github/workflows/deploy.yml (github-actions)
  • package.json (npm)

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 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

🔡 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.


What to Expect

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

Update JamesIves/github-pages-deploy-action digest to f5c36a4
  • Schedule: ["at any time"]
  • Branch name: renovate/jamesives-github-pages-deploy-action-digest
  • Merge into: master
  • Upgrade JamesIves/github-pages-deploy-action to f5c36a44b3e83afce6caadb777ea50750f85f90c
Update dependency devextreme to v25.2.5
  • Schedule: ["at any time"]
  • Branch name: renovate/devextreme-25.x
  • Merge into: master
  • Upgrade devextreme to 25.2.5
Update dependency devextreme-react to v25.2.5
  • Schedule: ["at any time"]
  • Branch name: renovate/devextreme-react-25.x
  • Merge into: master
  • Upgrade devextreme-react to 25.2.5
Update dependency devextreme-themebuilder to v25.2.5
  • Schedule: ["at any time"]
  • Branch name: renovate/devextreme-themebuilder-25.x
  • Merge into: master
  • Upgrade devextreme-themebuilder to 25.2.5
Update eslint monorepo to v9.39.4
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-monorepo
  • Merge into: master
  • Upgrade @eslint/js to 9.39.4
  • Upgrade eslint to 9.39.4
Update react monorepo
  • Schedule: ["at any time"]
  • Branch name: renovate/react-monorepo
  • Merge into: master
  • Upgrade @types/react to 19.2.14
  • Upgrade react to 19.2.4
  • Upgrade react-dom to 19.2.4
Update dependency @​vitejs/plugin-react to v5.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/vitejs-plugin-react-5.x-lockfile
  • Merge into: master
  • Upgrade @vitejs/plugin-react to 5.2.0
Update dependency devextreme-cli to v1.14.2
  • Schedule: ["at any time"]
  • Branch name: renovate/devextreme-cli-1.x
  • Merge into: master
  • Upgrade devextreme-cli to 1.14.2
Update dependency eslint-plugin-react-refresh to ^0.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-react-refresh-0.x
  • Merge into: master
  • Upgrade eslint-plugin-react-refresh to ^0.5.0
Update dependency node to v20.20.2
  • Schedule: ["at any time"]
  • Branch name: renovate/node-20.x
  • Merge into: master
  • Upgrade node to 20.20.2
Update dependency sass-embedded to v1.98.0
  • Schedule: ["at any time"]
  • Branch name: renovate/sass-embedded-1.x-lockfile
  • Merge into: master
  • Upgrade sass-embedded to 1.98.0
Update actions/cache action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-cache-5.x
  • Merge into: master
  • Upgrade actions/cache to v5
Update actions/checkout action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-6.x
  • Merge into: master
  • Upgrade actions/checkout to v6
Update actions/setup-node action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-node-6.x
  • Merge into: master
  • Upgrade actions/setup-node to v6
Update dependency @​vitejs/plugin-react to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/vitejs-plugin-react-6.x
  • Merge into: master
  • Upgrade @vitejs/plugin-react to ^6.0.0
Update dependency globals to v17
  • Schedule: ["at any time"]
  • Branch name: renovate/globals-17.x
  • Merge into: master
  • Upgrade globals to ^17.0.0
Update dependency node to v24
  • Schedule: ["at any time"]
  • Branch name: renovate/node-24.x
  • Merge into: master
  • Upgrade node to 24.14.1
Update dependency react-router-dom to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/major-react-router-monorepo
  • Merge into: master
  • Upgrade react-router-dom to ^7.0.0
Update dependency vite to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/vite-8.x
  • Merge into: master
  • Upgrade vite to ^8.0.0
Update eslint monorepo to v10 (major)
  • Schedule: ["at any time"]
  • Branch name: renovate/major-eslint-monorepo
  • Merge into: master
  • Upgrade @eslint/js to ^10.0.0
  • Upgrade eslint to ^10.0.0
Update github/codeql-action action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/github-codeql-action-4.x
  • Merge into: master
  • Upgrade github/codeql-action to v4

🚸 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.

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.

0 participants