Skip to content

Configure Renovate

Particify Dependency Bot requested to merge renovate/configure into master

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

  • docker/Dockerfile (dockerfile)
  • .gitlab-ci.yml (gitlabci)
  • package.json (npm)
  • projects/extension-point/package.json (npm)

Configuration Summary

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

  • Start dependency updates only once this onboarding MR is merged
  • 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
  • Raise MRs immediately (after branch is created)
  • If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
  • Keep existing branches updated even when not scheduled
  • Disable automerging feature - wait for humans to merge all MRs
  • Ignore node_modules, bower_components, vendor and various test/tests directories
  • Autodetect whether to pin dependencies or maintain ranges
  • Rate limit MR creation to a maximum of two per hour
  • Limit to maximum 20 open MRs at any time
  • Group known monorepo packages together
  • Use curated list of recommended non-monorepo package groupings
  • Ignore spring cloud 1.x releases
  • 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
  • Automerge patch upgrades if they pass tests
  • Removes rate limit for MR creation per hour

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the .renovaterc.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 19 Merge Requests:

Pin dependencies
Pin dependencies
Pin dependencies
Pin dependency @angular-devkit/build-angular to v12.1.4
Pin dependency @​fontsource/roboto to 4.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/fontsource-monorepo
  • Merge into: master
  • Pin @fontsource/roboto to 4.5.0
Pin dependency jasmine-core to v3.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/jasmine-monorepo
  • Merge into: master
  • Pin jasmine-core to 3.6.0
Pin dependency zone.js to 0.11.4
  • Schedule: ["at any time"]
  • Branch name: renovate/angular-monorepo
  • Merge into: master
  • Pin zone.js to 0.11.4
Update angular monorepo to v12.1.5 (patch)
Update dependency @​types/node to v14.17.9
  • Schedule: ["at any time"]
  • Branch name: renovate/node-14.17.x
  • Merge into: master
  • Upgrade @types/node to 14.17.9
Update dependency tslib to v2.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/tslib-2.3.x
  • Merge into: master
  • Upgrade tslib to 2.3.1
Update typescript-eslint monorepo to v4.29.1 (patch)
Update dependency @​types/jasmine to v3.8.2
  • Schedule: ["at any time"]
  • Branch name: renovate/jasmine-3.x
  • Merge into: master
  • Upgrade @types/jasmine to 3.8.2
Update dependency eslint-plugin-import to v2.24.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-import-2.x
  • Merge into: master
  • Upgrade eslint-plugin-import to 2.24.0
Update angular-eslint monorepo to v12 (major)
Update dependency @​stomp/ng2-stompjs to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/stomp-ng2-stompjs-8.x
  • Merge into: master
  • Upgrade @stomp/ng2-stompjs to 8.0.0
Update dependency eslint-plugin-jsdoc to v36
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-jsdoc-36.x
  • Merge into: master
  • Upgrade eslint-plugin-jsdoc to 36.0.7
Update dependency jasmine-spec-reporter to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/jasmine-spec-reporter-7.x
  • Merge into: master
  • Upgrade jasmine-spec-reporter to 7.0.0
Update dependency rxjs to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/rxjs-7.x
  • Merge into: master
  • Upgrade rxjs to 7.3.0
Update dependency ts-node to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/ts-node-10.x
  • Merge into: master
  • Upgrade ts-node to 10.2.0

Dependency Lookup Warnings

Please correct - or verify that you can safely ignore - these lookup failures before you merge this MR.

  • Failed to look up dependency registry.gitlab.com/particify/dev/devops/ci-builder-images/nodejs_chrome

Files affected: .gitlab-ci.yml


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 Particify Dependency Bot

Merge request reports