Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Configure Renovate #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate-config-app-private[bot]
Copy link

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

  • Dockerfile (dockerfile)
  • package.json (npm)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • Separate major versions of dependencies into individual branches/PRs
  • Do not separate patch and minor upgrades into separate PRs for the same dependency
  • Upgrade to unstable versions only if the existing version is unstable
  • Raise PRs 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 PRs
  • 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 20 open PRs at any time
  • Group known monorepo packages together
  • Use curated list of recommended non-monorepo package groupings
  • Ignore spring cloud 1.x releases
  • Separate major versions of dependencies into individual branches/PRs
  • Do not separate patch and minor upgrades into separate PRs for the same dependency
  • Upgrade to unstable versions only if the existing version is unstable
  • Raise PRs 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 PRs
  • 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 20 open PRs at any time
  • Group known monorepo packages together
  • Use curated list of recommended non-monorepo package groupings
  • Ignore spring cloud 1.x releases

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

Pin dependencies
Update dependency css-loader to v0.28.11
  • Schedule: ["at any time"]
  • Branch name: private-renovatebot/css-loader-0.x
  • Merge into: master
  • Upgrade css-loader to 0.28.11
Update dependency d3-tip to ^0.9.0
  • Schedule: ["at any time"]
  • Branch name: private-renovatebot/d3-tip-0.x
  • Merge into: master
  • Upgrade d3-tip to ^0.9.0
Update dependency file-loader to v0.11.2
  • Schedule: ["at any time"]
  • Branch name: private-renovatebot/file-loader-0.x
  • Merge into: master
  • Upgrade file-loader to 0.11.2
Update dependency style-loader to v0.23.1
  • Schedule: ["at any time"]
  • Branch name: private-renovatebot/style-loader-0.x
  • Merge into: master
  • Upgrade style-loader to 0.23.1
Update dependency babel-loader to v8
  • Schedule: ["at any time"]
  • Branch name: private-renovatebot/major-babel-monorepo
  • Merge into: master
  • Upgrade babel-loader to 8.2.2
Update dependency css-loader to v5
  • Schedule: ["at any time"]
  • Branch name: private-renovatebot/css-loader-5.x
  • Merge into: master
  • Upgrade css-loader to 5.0.1
Update dependency d3 to v6
  • Schedule: ["at any time"]
  • Branch name: private-renovatebot/d3-6.x
  • Merge into: master
  • Upgrade d3 to ^6.0.0
Update dependency extract-text-webpack-plugin to v3
  • Schedule: ["at any time"]
  • Branch name: private-renovatebot/extract-text-webpack-plugin-3.x
  • Merge into: master
  • Upgrade extract-text-webpack-plugin to 3.0.2
Update dependency file-loader to v6
  • Schedule: ["at any time"]
  • Branch name: private-renovatebot/file-loader-6.x
  • Merge into: master
  • Upgrade file-loader to 6.2.0
Update dependency html-webpack-plugin to v4
  • Schedule: ["at any time"]
  • Branch name: private-renovatebot/html-webpack-plugin-4.x
  • Merge into: master
  • Upgrade html-webpack-plugin to 4.5.1
Update dependency jasmine to v3
  • Schedule: ["at any time"]
  • Branch name: private-renovatebot/major-jasmine-monorepo
  • Merge into: master
  • Upgrade jasmine to 3.6.4
Update dependency node-sass to v5
  • Schedule: ["at any time"]
  • Branch name: private-renovatebot/npm-node-sass-vulnerability
  • Merge into: master
  • Upgrade node-sass to 5.0.0
Update dependency sanitize-html to v2
  • Schedule: ["at any time"]
  • Branch name: private-renovatebot/sanitize-html-2.x
  • Merge into: master
  • Upgrade sanitize-html to ^2.0.0
Update dependency sass-loader to v10
  • Schedule: ["at any time"]
  • Branch name: private-renovatebot/sass-loader-10.x
  • Merge into: master
  • Upgrade sass-loader to 10.1.1
Update dependency style-loader to v2
  • Schedule: ["at any time"]
  • Branch name: private-renovatebot/style-loader-2.x
  • Merge into: master
  • Upgrade style-loader to 2.0.0
Update dependency webpack to v5
  • Schedule: ["at any time"]
  • Branch name: private-renovatebot/webpack-5.x
  • Merge into: master
  • Upgrade webpack to 5.16.0
Update dependency webpack-dev-server to v3
  • Schedule: ["at any time"]
  • Branch name: private-renovatebot/npm-webpack-dev-server-vulnerability
  • Merge into: master
  • Upgrade webpack-dev-server to 3.11.2
Update dependency yargs to v16
  • Schedule: ["at any time"]
  • Branch name: private-renovatebot/yargs-16.x
  • Merge into: master
  • Upgrade yargs to 16.2.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 PR has been generated by Renovate Bot.

@renovate-config-app-private renovate-config-app-private bot force-pushed the renovate/configure branch 15 times, most recently from 529a3a0 to 9007e55 Compare January 27, 2021 13:36
@renovate-config-app-private renovate-config-app-private bot force-pushed the renovate/configure branch 5 times, most recently from fc6066a to 96233bf Compare February 5, 2021 04:29
@renovate-config-app-private renovate-config-app-private bot force-pushed the renovate/configure branch 8 times, most recently from 2f0fa9f to 11a1b68 Compare February 13, 2021 04:28
@renovate-config-app-private renovate-config-app-private bot force-pushed the renovate/configure branch 2 times, most recently from 8cdcb0c to 5af411d Compare February 15, 2021 04:29
@renovate-config-app-private renovate-config-app-private bot force-pushed the renovate/configure branch 7 times, most recently from 474482b to a505ce0 Compare April 12, 2021 04:15
@renovate-config-app-private renovate-config-app-private bot force-pushed the renovate/configure branch 8 times, most recently from 9f9e739 to ddc8ea0 Compare April 20, 2021 04:15
@renovate-config-app-private renovate-config-app-private bot force-pushed the renovate/configure branch 8 times, most recently from dbaefaf to a42a063 Compare April 28, 2021 04:15
@renovate-config-app-private renovate-config-app-private bot force-pushed the renovate/configure branch 5 times, most recently from 1b37968 to e1c7f20 Compare May 3, 2021 04:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants