[go: up one dir, main page]

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 #134

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

Configure Renovate #134

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
@renovate renovate bot commented Sep 22, 2021

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

  • 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
  • Enable Renovate Dependency Dashboard creation
  • If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
  • 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
  • Fix some problems with very old Maven commons versions
  • 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

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

Pin dependencies
Update dependency @​types/express to v4.17.13
  • Schedule: ["at any time"]
  • Branch name: renovate/express-4.x
  • Merge into: master
  • Upgrade @types/express to 4.17.13
Update dependency @​types/morgan to v1.9.3
  • Schedule: ["at any time"]
  • Branch name: renovate/morgan-1.x
  • Merge into: master
  • Upgrade @types/morgan to 1.9.3
Update dependency @​types/redis to v2.8.32
  • Schedule: ["at any time"]
  • Branch name: renovate/redis-2.x
  • Merge into: master
  • Upgrade @types/redis to 2.8.32
Update dependency ts-node to v8.10.2
  • Schedule: ["at any time"]
  • Branch name: renovate/ts-node-8.x
  • Merge into: master
  • Upgrade ts-node to 8.10.2
Update dependency @​types/ioredis to v4.28.1
  • Schedule: ["at any time"]
  • Branch name: renovate/ioredis-4.x
  • Merge into: master
  • Upgrade @types/ioredis to 4.28.1
Update dependency @​types/mongoose to v5.11.96
  • Schedule: ["at any time"]
  • Branch name: renovate/mongoose-5.x
  • Merge into: master
  • Upgrade @​types/mongoose to 5.11.96
Update dependency axios to ^0.21.0 [SECURITY]
  • Branch name: renovate/npm-axios-vulnerability
  • Merge into: master
  • Upgrade axios to ^0.21.0
Update dependency @​kubernetes/client-node to ^0.15.0
  • Schedule: ["at any time"]
  • Branch name: renovate/kubernetes-client-node-0.x
  • Merge into: master
  • Upgrade @kubernetes/client-node to ^0.15.0
Update dependency @​types/jsonwebtoken to v8.5.5
  • Schedule: ["at any time"]
  • Branch name: renovate/jsonwebtoken-8.x
  • Merge into: master
  • Upgrade @types/jsonwebtoken to 8.5.5
Update dependency chai to v4.3.4
  • Schedule: ["at any time"]
  • Branch name: renovate/chai-4.x
  • Merge into: master
  • Upgrade chai to 4.3.4
  • Upgrade @types/chai to 4.2.22
Update dependency mocha to v7.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/mocha-7.x
  • Merge into: master
  • Upgrade mocha to 7.2.0
Update dependency nyc to v15.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/nyc-15.x
  • Merge into: master
  • Upgrade nyc to 15.1.0
Update dependency tsc-watch to v4.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tsc-watch-4.x
  • Merge into: master
  • Upgrade tsc-watch to 4.5.0
Update dependency typescript to v3.9.10
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-3.x
  • Merge into: master
  • Upgrade typescript to 3.9.10
Update dependency @google-cloud/compute to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/google-cloud-compute-2.x
  • Merge into: master
  • Upgrade @google-cloud/compute to ^2.0.0
Update dependency @​types/ws to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/ws-8.x
  • Merge into: master
  • Upgrade @types/ws to 8.2.0
Update dependency dotenv to v10
  • Schedule: ["at any time"]
  • Branch name: renovate/dotenv-10.x
  • Merge into: master
  • Upgrade dotenv to ^10.0.0
Update dependency google-auth-library to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/google-auth-library-7.x
  • Merge into: master
  • Upgrade google-auth-library to ^7.0.0
Update dependency mocha to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/mocha-9.x
  • Merge into: master
  • Upgrade mocha to 9.1.3
  • Upgrade @types/mocha to 9.0.0
Update dependency mongoose to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/mongoose-6.x
  • Merge into: master
  • Upgrade mongoose to ^6.0.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.4.0
Update dependency typescript to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-4.x
  • Merge into: master
  • Upgrade typescript to 4.4.4

🚸 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.

1 participant