Configure Renovate
Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.
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
fixfor dependencies andchorefor all others if semantic commits are in use. - Ignore
node_modules,bower_components,vendorand 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-actiondigests. - Enable Renovate configuration migration MRs when needed.
- Pin dependency versions for development dependencies.
- Enable Docker
majorupdates. - Show all Merge Confidence badges for pull requests.
- Removes rate limit for MR creation per hour.
- Assign MRs to
@julian. - Apply label
renovateto MRs. - Schedule once a month on the first day of the month before 4 AM.
- Separate
majorversions of dependencies into individual branches/MRs. - Do not separate
patchandminorupgrades into separate MRs for the same dependency. - Upgrade to unstable versions only if the existing version is unstable.
- Use semantic commit type
fixfor dependencies andchorefor 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 * *
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
- Schedule: ["* 0-3 1 * *"]
- Branch name:
renovate/pin-dependencies - Merge into:
master - Pin browserslist to
4.17.5 - Pin clipboard to
2.0.8 - Pin eslint to
7.32.0 - Pin eslint-config-airbnb to
18.2.1 - Pin eslint-config-prettier to
8.3.0 - Pin eslint-plugin-jsx-a11y to
6.5.1 - Pin husky to
5.2.0 - Pin stylelint to
14.14.1 - Pin stylelint-config-prettier-scss to
0.0.1 - Pin stylelint-config-standard-scss to
6.1.0
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
This MR has been generated by Renovate Bot.