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

Merged
merged 1 commit into from
Dec 18, 2020
Merged

Configure Renovate #318

merged 1 commit into from
Dec 18, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2020

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)
  • .github/workflows/run-tests.yml (github-actions)
  • .github/workflows/sync-next-with-latest.yml (github-actions)
  • package.json (npm)
  • packages/cli/package.json (npm)
  • packages/core/package.json (npm)
  • packages/credential-w3c/package.json (npm)
  • packages/data-store/package.json (npm)
  • packages/did-comm/package.json (npm)
  • packages/did-jwt/package.json (npm)
  • packages/did-manager/package.json (npm)
  • packages/did-provider-ethr/package.json (npm)
  • packages/did-provider-web/package.json (npm)
  • packages/did-resolver/package.json (npm)
  • packages/key-manager/package.json (npm)
  • packages/kms-local-react-native/package.json (npm)
  • packages/kms-local/package.json (npm)
  • packages/message-handler/package.json (npm)
  • packages/remote-client/package.json (npm)
  • packages/remote-server/package.json (npm)
  • packages/selective-disclosure/package.json (npm)
  • packages/url-handler/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

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

chore(deps): pin dependencies
chore(deps): update dependency @​microsoft/api-documenter to v7.12.1
  • Schedule: ["at any time"]
  • Branch name: renovate/microsoft-api-documenter-7.x
  • Merge into: next
  • Upgrade @microsoft/api-documenter to 7.12.1
chore(deps): update dependency @​microsoft/api-extractor to v7.12.1
  • Schedule: ["at any time"]
  • Branch name: renovate/microsoft-api-extractor-7.x
  • Merge into: next
  • Upgrade @microsoft/api-extractor to 7.12.1
chore(deps): update dependency @​microsoft/api-extractor-model to v7.12.1
chore(deps): update dependency @​types/ws to v7.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/ws-7.x
  • Merge into: next
  • Upgrade @types/ws to 7.4.0
chore(deps): update dependency ethr-did-resolver to v3.0.3
  • Schedule: ["at any time"]
  • Branch name: renovate/ethr-did-resolver-3.x
  • Merge into: next
  • Upgrade ethr-did-resolver to 3.0.3
chore(deps): update dependency prettier to v2.2.1
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-2.x
  • Merge into: next
  • Upgrade prettier to 2.2.1
chore(deps): update dependency react-native-sodium to v0.3.9
  • Schedule: ["at any time"]
  • Branch name: renovate/react-native-sodium-0.x
  • Merge into: next
  • Upgrade react-native-sodium to 0.3.9
chore(deps): update dependency ts-json-schema-generator to v0.80.1
  • Schedule: ["at any time"]
  • Branch name: renovate/ts-json-schema-generator-0.x
  • Merge into: next
  • Upgrade ts-json-schema-generator to 0.80.1
fix(deps): update dependency typeorm to v0.2.29
  • Schedule: ["at any time"]
  • Branch name: renovate/typeorm-0.x
  • Merge into: next
  • Upgrade typeorm to 0.2.29
chore(deps): update actions/setup-node action to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-node-2.x
  • Merge into: next
  • Upgrade actions/setup-node to v2
chore(deps): update commitlint monorepo to v11 (major)
chore(deps): update dependency @​types/jest to v26
  • Schedule: ["at any time"]
  • Branch name: renovate/jest-26.x
  • Merge into: next
  • Upgrade @types/jest to 26.0.19
chore(deps): update dependency pretty-quick to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/pretty-quick-3.x
  • Merge into: next
  • Upgrade pretty-quick to 3.1.0
chore(deps): update dependency sqlite3 to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/sqlite3-5.x
  • Merge into: next
  • Upgrade sqlite3 to 5.0.0
chore(deps): update dependency ts-node to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/ts-node-9.x
  • Merge into: next
  • Upgrade ts-node to 9.1.1
chore(deps): update dependency typescript to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-4.x
  • Merge into: next
  • Upgrade typescript to 4.1.3
fix(deps): update dependency z-schema to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/z-schema-5.x
  • Merge into: next
  • Upgrade z-schema to ^5.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.

@codecov
Copy link

codecov bot commented Dec 18, 2020

Codecov Report

Merging #318 (f40dcca) into next (cd3511f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             next     #318   +/-   ##
=======================================
  Coverage   67.58%   67.58%           
=======================================
  Files          62       62           
  Lines        1530     1530           
  Branches      247      247           
=======================================
  Hits         1034     1034           
  Misses        400      400           
  Partials       96       96           

@mirceanis mirceanis merged commit 6a6af6a into next Dec 18, 2020
@mirceanis mirceanis deleted the renovate/configure branch December 18, 2020 19:37
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.

2 participants