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
-
.tool-versions
(asdf) -
Gemfile
(bundler) -
Dockerfile
(dockerfile) -
src/Dockerfile.erb
(dockerfile) -
src/cnb.Dockerfile
(dockerfile) -
.gitlab/ci/test.gitlab-ci.yml
(gitlabci) -
.gitlab/ci/test-run.gitlab-ci.yml
(gitlabci) -
.gitlab/ci/release.gitlab-ci.yml
(gitlabci) -
.gitlab/ci/build.gitlab-ci.yml
(gitlabci) -
.gitlab-ci.yml
(gitlabci) -
package.json
(npm) -
.ruby-version
(ruby-version)
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 andchore
for all others if semantic commits are in use. - Ignore
node_modules
,bower_components
,vendor
and various test/tests directories. - Group known monorepo packages together.
- Use curated list of recommended non-monorepo package groupings.
- Apply crowd-sourced package replacement rules.
- Apply crowd-sourced workarounds for known problems with packages.
renovate.json
in this branch with your custom config and the list of Merge 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 7 Merge Requests:
chore(deps): update dependency rspec to v3.13.0
- Schedule: ["at any time"]
- Branch name:
renovate/rspec-3.x-lockfile
- Merge into:
master
- Upgrade rspec to
3.13.0
chore(deps): update dependency rubocop to v1.65.1
- Schedule: ["at any time"]
- Branch name:
renovate/rubocop-1.x-lockfile
- Merge into:
master
- Upgrade rubocop to
1.65.1
chore(deps): update dependency rubocop-rspec to v2.31.0
- Schedule: ["at any time"]
- Branch name:
renovate/rubocop-rspec-2.x-lockfile
- Merge into:
master
- Upgrade rubocop-rspec to
2.31.0
chore(deps): update dependency ruby to v3.3.4
chore(deps): update commitlint monorepo to v19 (major)
- Schedule: ["at any time"]
- Branch name:
renovate/major-commitlint-monorepo
- Merge into:
master
- Upgrade @commitlint/cli to
^19.0.0
- Upgrade @commitlint/config-conventional to
^19.0.0
chore(deps): update dependency rubocop-rspec to v3
- Schedule: ["at any time"]
- Branch name:
renovate/rubocop-rspec-3.x-lockfile
- Merge into:
master
- Upgrade rubocop-rspec to
3.0.4
chore(deps): update node.js to v22
- Schedule: ["at any time"]
- Branch name:
renovate/node-22.x
- Merge into:
master
- Upgrade node to
22
This MR has been generated by Renovate Bot.