Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Renovate #48

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

Configure Renovate #48

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 12, 2019

WhiteSource Renovate

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

  • docker-compose.yml (docker-compose)
  • Dockerfile (dockerfile)
  • package.json (npm)
  • .nvmrc (nvm)

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 wrongly tagged actions/setup-node v2 releases
  • 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 25 Pull Requests:

chore(deps): pin dependencies
chore(deps): update dependency @​types/bluebird to v3.5.33
  • Schedule: ["at any time"]
  • Branch name: renovate/bluebird-3.x
  • Merge into: master
  • Upgrade @types/bluebird to 3.5.33
chore(deps): update dependency http-server to v0.12.3
  • Schedule: ["at any time"]
  • Branch name: renovate/http-server-0.x
  • Merge into: master
  • Upgrade http-server to 0.12.3
chore(deps): update dependency node-sass to v4.13.1 [security]
  • Branch name: renovate/npm-node-sass-vulnerability
  • Merge into: master
  • Upgrade node-sass to 4.13.1
chore(deps): update dependency sass-loader to v7.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/sass-loader-7.x
  • Merge into: master
  • Upgrade sass-loader to 7.3.1
chore(deps): update dependency webpack to v4.44.2
  • Schedule: ["at any time"]
  • Branch name: renovate/webpack-4.x
  • Merge into: master
  • Upgrade webpack to 4.44.2
chore(deps): update node.js
  • Schedule: ["at any time"]
  • Branch name: renovate/node-10.x
  • Merge into: master
  • Upgrade node to 10.23
  • Upgrade node to 10.23-alpine
chore(deps): update vue monorepo
fix(deps): update dependency @​fortawesome/vue-fontawesome to v0.1.10
fix(deps): update dependency bootstrap to v4.3.1 [security]
  • Branch name: renovate/npm-bootstrap-vulnerability
  • Merge into: master
  • Upgrade bootstrap to 4.3.1
fix(deps): update dependency bootstrap-vue to v2.0.0-rc.12 [security]
  • Branch name: renovate/npm-bootstrap-vue-vulnerability
  • Merge into: master
  • Upgrade bootstrap-vue to 2.0.0-rc.12
fix(deps): update dependency lodash to v4.17.19 [security]
  • Branch name: renovate/npm-lodash-vulnerability
  • Merge into: master
  • Upgrade lodash to 4.17.19
chore(deps): update dependency css-loader to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/css-loader-5.x
  • Merge into: master
  • Upgrade css-loader to 5.0.1
chore(deps): update dependency html-webpack-plugin to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/html-webpack-plugin-4.x
  • Merge into: master
  • Upgrade html-webpack-plugin to 4.5.0
chore(deps): update dependency sass-loader to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/sass-loader-10.x
  • Merge into: master
  • Upgrade sass-loader to 10.1.0
chore(deps): update dependency ts-loader to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/ts-loader-8.x
  • Merge into: master
  • Upgrade ts-loader to 8.0.11
chore(deps): update dependency typescript to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-4.x
  • Merge into: master
  • Upgrade typescript to 4.1.2
chore(deps): update dependency webpack to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/webpack-5.x
  • Merge into: master
  • Upgrade webpack to 5.8.0
chore(deps): update dependency webpack-cli to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/webpack-cli-4.x
  • Merge into: master
  • Upgrade webpack-cli to 4.2.0
fix(deps): update dependency @​fortawesome/vue-fontawesome to v2
fix(deps): update dependency steem-wise-core to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/steem-wise-core-4.x
  • Merge into: master
  • Upgrade steem-wise-core to ^4.0.0
fix(deps): update dependency steemconnect to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/steemconnect-3.x
  • Merge into: master
  • Upgrade steemconnect to ^3.0.0
fix(deps): update dependency vue-class-component to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/major-vue-monorepo
  • Merge into: master
  • Upgrade vue-class-component to ^7.0.0
fix(deps): update dependency vue-property-decorator to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/vue-property-decorator-9.x
  • Merge into: master
  • Upgrade vue-property-decorator to ^9.0.0
fix(deps): update dependency vuex-persistedstate to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/vuex-persistedstate-3.x
  • Merge into: master
  • Upgrade vuex-persistedstate to ^3.0.0

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See docs for prhourlylimit for details.


❓ 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 WhiteSource Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant