Skip to content

Configure Renovate

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

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


Detected Package Files

  • go.mod (gomod)
  • package.json (npm)
  • renovate.json (renovate-config-presets)

Configuration Summary

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

  • Start dependency updates only once this onboarding MR is merged
  • 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.
  • Pin Docker digests.
  • Pin github-action digests.
  • Enable Renovate configuration migration MRs when needed.
  • Pin dependency versions for development dependencies.
  • Enable Docker major updates.
  • Show all Merge Confidence badges for pull requests.
  • Removes rate limit for MR creation per hour.
  • Assign MRs to @julian.
  • Apply label renovate to MRs.
  • Schedule once a month on the first day of the month before 4 AM.
  • Separate major versions of dependencies into individual branches/MRs.
  • Do not separate patch and minor upgrades into separate MRs for the same dependency.
  • Upgrade to unstable versions only if the existing version is unstable.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Rebase existing MRs any time the base branch has been updated.
  • Run Renovate on following schedule: * 0-3 1 * *

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


What to Expect

With your current configuration, Renovate will create 13 Merge Requests:

Pin dependencies
Update dependency clipboard to ^2.0.8
  • Schedule: ["* 0-3 1 * *"]
  • Branch name: renovate/clipboard-2.x
  • Merge into: master
  • Upgrade clipboard to ^2.0.8
Update dependency yarn to v1.22.22
  • Schedule: ["* 0-3 1 * *"]
  • Branch name: renovate/yarn-1.x-lockfile
  • Merge into: master
  • Upgrade yarn to 1.22.22
Update dependency browserslist to ^4.26.2
  • Schedule: ["* 0-3 1 * *"]
  • Branch name: renovate/browserslist-4.x
  • Merge into: master
  • Upgrade browserslist to ^4.26.2
Update dependency eslint-config-prettier to ^8.3.0
  • Schedule: ["* 0-3 1 * *"]
  • Branch name: renovate/eslint-config-prettier-8.x
  • Merge into: master
  • Upgrade eslint-config-prettier to ^8.3.0
Update dependency eslint-plugin-jsx-a11y to ^6.5.1
  • Schedule: ["* 0-3 1 * *"]
  • Branch name: renovate/eslint-plugin-jsx-a11y-6.x
  • Merge into: master
  • Upgrade eslint-plugin-jsx-a11y to ^6.5.1
Update dependency eslint to v9
  • Schedule: ["* 0-3 1 * *"]
  • Branch name: renovate/major-eslint-monorepo
  • Merge into: master
  • Upgrade eslint to ^9.0.0
Update dependency eslint-config-airbnb to v19
  • Schedule: ["* 0-3 1 * *"]
  • Branch name: renovate/eslint-config-airbnb-19.x
  • Merge into: master
  • Upgrade eslint-config-airbnb to ^19.0.0
Update dependency eslint-config-prettier to v10
  • Schedule: ["* 0-3 1 * *"]
  • Branch name: renovate/eslint-config-prettier-10.x
  • Merge into: master
  • Upgrade eslint-config-prettier to ^10.0.0
Update dependency husky to v9
  • Schedule: ["* 0-3 1 * *"]
  • Branch name: renovate/husky-9.x
  • Merge into: master
  • Upgrade husky to ^9.0.0
Update dependency stylelint to v16
  • Schedule: ["* 0-3 1 * *"]
  • Branch name: renovate/stylelint-16.x
  • Merge into: master
  • Upgrade stylelint to ^16.0.0
Update dependency stylelint-config-prettier-scss to v1
  • Schedule: ["* 0-3 1 * *"]
  • Branch name: renovate/stylelint-config-prettier-scss-1.x
  • Merge into: master
  • Upgrade stylelint-config-prettier-scss to ^1.0.0
Update dependency stylelint-config-standard-scss to v16
  • Schedule: ["* 0-3 1 * *"]
  • Branch name: renovate/stylelint-config-standard-scss-16.x
  • Merge into: master
  • Upgrade stylelint-config-standard-scss to ^16.0.0

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 MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports

Loading