Configure Renovate #253

Merged
renovate[bot] merged 1 commit from renovate/configure into master 2021-06-04 03:48:19 +00:00
renovate[bot] commented 2021-06-04 03:12:01 +00:00 (Migrated from github.com)

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

  • .github/workflows/nodejs.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • 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 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 16 Pull Requests:

chore(deps): pin dependencies
chore(deps): update dependency @​types/jest to v26.0.23
  • Schedule: ["at any time"]
  • Branch name: renovate/jest-26.x
  • Merge into: master
  • Upgrade @types/jest to 26.0.23
chore(deps): update babel monorepo
chore(deps): update dependency @​tophat/eslint-config to v0.9.0
  • Schedule: ["at any time"]
  • Branch name: renovate/tophat-eslint-config-0.x
  • Merge into: master
  • Upgrade @​tophat/eslint-config to 0.9.0
chore(deps): update dependency @​types/node to v14.17.2
  • Schedule: ["at any time"]
  • Branch name: renovate/node-14.x
  • Merge into: master
  • Upgrade @types/node to 14.17.2
chore(deps): update dependency eslint to v7.27.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-7.x
  • Merge into: master
  • Upgrade eslint to 7.27.0
chore(deps): update dependency eslint-plugin-import to v2.23.4
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-import-2.x
  • Merge into: master
  • Upgrade eslint-plugin-import to 2.23.4
chore(deps): update dependency eslint-plugin-jest to v24.3.6
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-jest-24.x
  • Merge into: master
  • Upgrade eslint-plugin-jest to 24.3.6
chore(deps): update dependency eslint-plugin-prettier to v3.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-prettier-3.x
  • Merge into: master
  • Upgrade eslint-plugin-prettier to 3.4.0
chore(deps): update dependency prettier to v2.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-2.x
  • Merge into: master
  • Upgrade prettier to 2.3.0
chore(deps): update dependency typescript to v4.3.2
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-4.x
  • Merge into: master
  • Upgrade typescript to 4.3.2
chore(deps): update typescript-eslint monorepo to v4.26.0
chore(deps): update actions/checkout action to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-2.x
  • Merge into: master
  • Upgrade actions/checkout to v2
chore(deps): update actions/setup-node action to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-node-2.x
  • Merge into: master
  • Upgrade actions/setup-node to v2
chore(deps): update dependency eslint-config-prettier to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-config-prettier-8.x
  • Merge into: master
  • Upgrade eslint-config-prettier to 8.3.0
chore(deps): update dependency jest to v27
  • Schedule: ["at any time"]
  • Branch name: renovate/major-jest-monorepo
  • Merge into: master
  • Upgrade jest to 27.0.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.

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/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 * `.github/workflows/nodejs.yml` (github-actions) * `.github/workflows/release.yml` (github-actions) * `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 <code>fix</code> for dependencies and <code>chore</code> 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 - 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 16 Pull Requests: <details> <summary>chore(deps): pin dependencies</summary> - Schedule: ["at any time"] - Branch name: `renovate/pin-dependencies` - Merge into: `master` - Pin [@babel/cli](https://togithub.com/babel/babel) to `7.12.17` - Pin [@babel/core](https://togithub.com/babel/babel) to `7.12.17` - Pin [@babel/preset-env](https://togithub.com/babel/babel) to `7.12.17` - Pin [@babel/preset-typescript](https://togithub.com/babel/babel) to `7.12.17` - Pin @&#8203;tophat/eslint-config to `0.7.0` - Pin [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `26.0.20` - Pin [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `14.14.30` - Pin [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) to `4.15.1` - Pin [@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint) to `4.15.1` - Pin [eslint](https://togithub.com/eslint/eslint) to `7.20.0` - Pin [eslint-config-prettier](https://togithub.com/prettier/eslint-config-prettier) to `7.2.0` - Pin [eslint-import-resolver-node](https://togithub.com/benmosher/eslint-plugin-import) to `0.3.4` - Pin [eslint-plugin-import](https://togithub.com/benmosher/eslint-plugin-import) to `2.22.1` - Pin [eslint-plugin-jest](https://togithub.com/jest-community/eslint-plugin-jest) to `24.1.5` - Pin [eslint-plugin-prettier](https://togithub.com/prettier/eslint-plugin-prettier) to `3.3.1` - Pin [jest](https://togithub.com/facebook/jest) to `26.6.3` - Pin [prettier](https://togithub.com/prettier/prettier) to `2.2.1` - Pin [typescript](https://togithub.com/Microsoft/TypeScript) to `4.1.5` </details> <details> <summary>chore(deps): update dependency @&#8203;types/jest to v26.0.23</summary> - Schedule: ["at any time"] - Branch name: `renovate/jest-26.x` - Merge into: `master` - Upgrade [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `26.0.23` </details> <details> <summary>chore(deps): update babel monorepo</summary> - Schedule: ["at any time"] - Branch name: `renovate/babel-monorepo` - Merge into: `master` - Upgrade [@babel/cli](https://togithub.com/babel/babel) to `7.14.3` - Upgrade [@babel/core](https://togithub.com/babel/babel) to `7.14.3` - Upgrade [@babel/preset-env](https://togithub.com/babel/babel) to `7.14.4` - Upgrade [@babel/preset-typescript](https://togithub.com/babel/babel) to `7.13.0` </details> <details> <summary>chore(deps): update dependency @&#8203;tophat/eslint-config to v0.9.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/tophat-eslint-config-0.x` - Merge into: `master` - Upgrade @&#8203;tophat/eslint-config to `0.9.0` </details> <details> <summary>chore(deps): update dependency @&#8203;types/node to v14.17.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/node-14.x` - Merge into: `master` - Upgrade [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `14.17.2` </details> <details> <summary>chore(deps): update dependency eslint to v7.27.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/eslint-7.x` - Merge into: `master` - Upgrade [eslint](https://togithub.com/eslint/eslint) to `7.27.0` </details> <details> <summary>chore(deps): update dependency eslint-plugin-import to v2.23.4</summary> - Schedule: ["at any time"] - Branch name: `renovate/eslint-plugin-import-2.x` - Merge into: `master` - Upgrade [eslint-plugin-import](https://togithub.com/benmosher/eslint-plugin-import) to `2.23.4` </details> <details> <summary>chore(deps): update dependency eslint-plugin-jest to v24.3.6</summary> - Schedule: ["at any time"] - Branch name: `renovate/eslint-plugin-jest-24.x` - Merge into: `master` - Upgrade [eslint-plugin-jest](https://togithub.com/jest-community/eslint-plugin-jest) to `24.3.6` </details> <details> <summary>chore(deps): update dependency eslint-plugin-prettier to v3.4.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/eslint-plugin-prettier-3.x` - Merge into: `master` - Upgrade [eslint-plugin-prettier](https://togithub.com/prettier/eslint-plugin-prettier) to `3.4.0` </details> <details> <summary>chore(deps): update dependency prettier to v2.3.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/prettier-2.x` - Merge into: `master` - Upgrade [prettier](https://togithub.com/prettier/prettier) to `2.3.0` </details> <details> <summary>chore(deps): update dependency typescript to v4.3.2</summary> - Schedule: ["at any time"] - Branch name: `renovate/typescript-4.x` - Merge into: `master` - Upgrade [typescript](https://togithub.com/Microsoft/TypeScript) to `4.3.2` </details> <details> <summary>chore(deps): update typescript-eslint monorepo to v4.26.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/typescript-eslint-monorepo` - Merge into: `master` - Upgrade [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) to `4.26.0` - Upgrade [@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint) to `4.26.0` </details> <details> <summary>chore(deps): update actions/checkout action to v2</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-2.x` - Merge into: `master` - Upgrade [actions/checkout](https://togithub.com/actions/checkout) to `v2` </details> <details> <summary>chore(deps): update actions/setup-node action to v2</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-setup-node-2.x` - Merge into: `master` - Upgrade [actions/setup-node](https://togithub.com/actions/setup-node) to `v2` </details> <details> <summary>chore(deps): update dependency eslint-config-prettier to v8</summary> - Schedule: ["at any time"] - Branch name: `renovate/eslint-config-prettier-8.x` - Merge into: `master` - Upgrade [eslint-config-prettier](https://togithub.com/prettier/eslint-config-prettier) to `8.3.0` </details> <details> <summary>chore(deps): update dependency jest to v27</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-jest-monorepo` - Merge into: `master` - Upgrade [jest](https://togithub.com/facebook/jest) to `27.0.4` </details> <br /> 🚸 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](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://togithub.com/renovatebot/renovate/discussions). --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#{{platform}}/{{repository}}).
codecov-commenter commented 2021-06-04 03:13:24 +00:00 (Migrated from github.com)

Codecov Report

Merging #253 (4ec0bda) into master (5e1dec8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #253   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           73        73           
  Branches        12        12           
=========================================
  Hits            73        73           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fbb4bf5...4ec0bda. Read the comment docs.

# [Codecov](https://codecov.io/gh/mcataford/packwatch/pull/253?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford) Report > Merging [#253](https://codecov.io/gh/mcataford/packwatch/pull/253?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford) (4ec0bda) into [master](https://codecov.io/gh/mcataford/packwatch/commit/5e1dec842a89b19dab994c995a5fdd0e8f13f96e?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford) (5e1dec8) will **not change** coverage. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/mcataford/packwatch/pull/253/graphs/tree.svg?width=650&height=150&src=pr&token=IVEisJMCje&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford)](https://codecov.io/gh/mcataford/packwatch/pull/253?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford) ```diff @@ Coverage Diff @@ ## master #253 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 4 4 Lines 73 73 Branches 12 12 ========================================= Hits 73 73 ``` ------ [Continue to review full report at Codecov](https://codecov.io/gh/mcataford/packwatch/pull/253?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/mcataford/packwatch/pull/253?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford). Last update [fbb4bf5...4ec0bda](https://codecov.io/gh/mcataford/packwatch/pull/253?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marc+Cataford).
This repo is archived. You cannot comment on pull requests.
No description provided.