[PR #44] [MERGED] Configure Renovate #55

Closed
opened 2026-02-27 14:56:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz-docs/pull/44
Author: @renovate[bot]
Created: 2/12/2022
Status: Merged
Merged: 2/12/2022
Merged by: @antonym

Base: masterHead: renovate/configure


📝 Commits (1)

📊 Changes

1 file changed (+5 additions, -0 deletions)

View changed files

renovate.json (+5 -0)

📄 Description

WhiteSource Renovate

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/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
  • Enable Renovate Dependency Dashboard creation
  • If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
  • Ignore node_modules, bower_components, vendor and various test/tests directories
  • Autodetect whether to pin dependencies or maintain ranges
  • Rate limit PR creation to a maximum of two per hour
  • Limit to maximum 10 open PRs at any time
  • Group known monorepo packages together
  • Use curated list of recommended non-monorepo package groupings
  • Fix some problems with very old Maven commons versions
  • Ignore spring cloud 1.x releases
  • Ignore web3j 5.0.0 release
  • Ignore http4s digest-based 1.x milestones
  • Use node versioning for @types/node
  • Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.


What to Expect

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

Pin dependencies
Update dependency @mdx-js/react to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/major-mdx-monorepo
  • Merge into: master
  • Upgrade @mdx-js/react to 2.0.0
Update react monorepo to v17 (major)
  • Schedule: ["at any time"]
  • Branch name: renovate/major-react-monorepo
  • Merge into: master
  • Upgrade react to 17.0.2
  • Upgrade react-dom to 17.0.2

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam 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 has been generated by WhiteSource Renovate. View repository job log here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbootxyz/netboot.xyz-docs/pull/44 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 2/12/2022 **Status:** ✅ Merged **Merged:** 2/12/2022 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `master` ← **Head:** `renovate/configure` --- ### 📝 Commits (1) - [`8053b95`](https://github.com/netbootxyz/netboot.xyz-docs/commit/8053b95e8605de7a001abfe70435711ed4a5f366) Add renovate.json ### 📊 Changes **1 file changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `renovate.json` (+5 -0) </details> ### 📄 Description [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/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/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 - Enable Renovate Dependency Dashboard creation - If semantic commits detected, use semantic commit type <code>fix</code> for dependencies and <code>chore</code> for all others - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories - Autodetect whether to pin dependencies or maintain ranges - Rate limit PR creation to a maximum of two per hour - Limit to maximum 10 open PRs at any time - Group known monorepo packages together - Use curated list of recommended non-monorepo package groupings - Fix some problems with very old Maven commons versions - Ignore spring cloud 1.x releases - Ignore web3j 5.0.0 release - Ignore http4s digest-based 1.x milestones - Use node versioning for @types/node - Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133 🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the `renovate.json` in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs. --- ### What to Expect With your current configuration, Renovate will create 3 Pull Requests: <details> <summary>Pin dependencies</summary> - Schedule: ["at any time"] - Branch name: `renovate/pin-dependencies` - Merge into: `master` - Pin [@docusaurus/core](https://togithub.com/facebook/docusaurus) to `2.0.0-beta.15` - Pin [@docusaurus/preset-classic](https://togithub.com/facebook/docusaurus) to `2.0.0-beta.15` - Pin [@docusaurus/theme-search-algolia](https://togithub.com/facebook/docusaurus) to `2.0.0-beta.15` - Pin [@mdx-js/react](https://togithub.com/mdx-js/mdx) to `1.6.22` - Pin [clsx](https://togithub.com/lukeed/clsx) to `1.1.1` - Pin [react](https://togithub.com/facebook/react) to `16.14.0` - Pin [react-dom](https://togithub.com/facebook/react) to `16.14.0` </details> <details> <summary>Update dependency @mdx-js/react to v2</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-mdx-monorepo` - Merge into: `master` - Upgrade [@mdx-js/react](https://togithub.com/mdx-js/mdx) to `2.0.0` </details> <details> <summary>Update react monorepo to v17 (major)</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-react-monorepo` - Merge into: `master` - Upgrade [react](https://togithub.com/facebook/react) to `17.0.2` - Upgrade [react-dom](https://togithub.com/facebook/react) to `17.0.2` </details> <br /> 🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See docs for `prhourlylimit` for details. --- ❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://togithub.com/renovatebot/renovate/discussions). --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/netbootxyz/netboot.xyz-docs). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:56:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz-docs#55
No description provided.