Skip to content

Configure Renovate

Cedric Skwar requested to merge gh-80fbec1f/2/unknown/refs/pull/2/head into main

Created by: 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

  • build/Dockerfile (dockerfile)
  • .github/workflows/codeql.yml (github-actions)
  • .github/workflows/node.js.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 Renovate detects semantic commits, it will 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.
  • A collection of workarounds for known problems with packages.

🔡 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 8 Pull Requests:

Update dependency sharp to ^0.33.0
  • Schedule: ["at any time"]
  • Branch name: renovate/sharp-0-x
  • Merge into: main
  • Upgrade sharp to ^0.33.0
Update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4-x
  • Merge into: main
  • Upgrade actions/checkout to v4
Update actions/setup-node action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-node-4-x
  • Merge into: main
  • Upgrade actions/setup-node to v4
Update dependency framer-motion to v11
  • Schedule: ["at any time"]
  • Branch name: renovate/framer-motion-11-x
  • Merge into: main
  • Upgrade framer-motion to ^11.0.0
Update dependency prettier to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-3-x
  • Merge into: main
  • Upgrade prettier to ^3.0.0
Update dependency react-icons to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/react-icons-5-x
  • Merge into: main
  • Upgrade react-icons to ^5.0.0
Update github/codeql-action action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/github-codeql-action-3-x
  • Merge into: main
  • Upgrade github/codeql-action to v3
Update nextjs monorepo to v14 (major)
  • Schedule: ["at any time"]
  • Branch name: renovate/major-nextjs-monorepo
  • Merge into: main
  • Upgrade eslint-config-next to ^14.0.0
  • Upgrade next to ^14.0.0

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

Merge request reports