Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

chore(deps): add renovate.json #1473

Merged
merged 1 commit into from
Sep 27, 2019
Merged

chore(deps): add renovate.json #1473

merged 1 commit into from
Sep 27, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2019

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

  • package.json (npm)
  • .nvmrc (nvm)

Configuration Summary

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

  • Start dependency updates only once this Configure Renovate 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
  • Update existing lock files only when package.json is modified
  • 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

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


You have configured Renovate to use branch develop as base branch.

What to Expect

With your current configuration, Renovate will create 19 Pull Requests:

fix(deps): pin dependencies
chore(deps): update babel monorepo to v7.6.2
chore(deps): update dependency lint-staged to v9.4.0
  • Schedule: "at any time"
  • Branch name: renovate/lint-staged-9.x
  • Merge into: develop
  • Upgrade lint-staged to 9.4.0
chore(deps): update dependency webpack to v4.41.0
  • Schedule: "at any time"
  • Branch name: renovate/webpack-4.x
  • Merge into: develop
  • Upgrade webpack to 4.41.0
fix(deps): update dependency emittery to v0.5.1
  • Schedule: "at any time"
  • Branch name: renovate/emittery-0.x
  • Merge into: develop
  • Upgrade emittery to 0.5.1
fix(deps): update dependency vue-good-table to v2.18.0
  • Schedule: "at any time"
  • Branch name: renovate/vue-good-table-2.x
  • Merge into: develop
  • Upgrade vue-good-table to 2.18.0
fix(deps): update dependency vue-qrcode-reader to v2.1.0
  • Schedule: "at any time"
  • Branch name: renovate/vue-qrcode-reader-2.x
  • Merge into: develop
  • Upgrade vue-qrcode-reader to 2.1.0
fix(deps): update font awesome
chore(deps): update dependency cross-env to v6
  • Schedule: "at any time"
  • Branch name: renovate/cross-env-6.x
  • Merge into: develop
  • Upgrade cross-env to 6.0.0
chore(deps): update dependency eslint-config-standard to v14
  • Schedule: "at any time"
  • Branch name: renovate/eslint-config-standard-14.x
  • Merge into: develop
  • Upgrade eslint-config-standard to 14.1.0
chore(deps): update dependency eslint-loader to v3
  • Schedule: "at any time"
  • Branch name: renovate/eslint-loader-3.x
  • Merge into: develop
  • Upgrade eslint-loader to 3.0.1
chore(deps): update dependency eslint-plugin-node to v10
  • Schedule: "at any time"
  • Branch name: renovate/eslint-plugin-node-10.x
  • Merge into: develop
  • Upgrade eslint-plugin-node to 10.0.0
chore(deps): update dependency husky to v3
  • Schedule: "at any time"
  • Branch name: renovate/husky-3.x
  • Merge into: develop
  • Upgrade husky to 3.0.5
chore(deps): update dependency spectron to v8
  • Schedule: "at any time"
  • Branch name: renovate/spectron-8.x
  • Merge into: develop
  • Upgrade spectron to 8.0.0
chore(deps): update dependency tailwindcss to v1
  • Schedule: "at any time"
  • Branch name: renovate/tailwindcss-1.x
  • Merge into: develop
  • Upgrade tailwindcss to 1.1.2
fix(deps): update dependency async to v3
  • Schedule: "at any time"
  • Branch name: renovate/async-3.x
  • Merge into: develop
  • Upgrade async to 3.1.0
fix(deps): update dependency bignumber.js to v9
  • Schedule: "at any time"
  • Branch name: renovate/bignumber.js-9.x
  • Merge into: develop
  • Upgrade bignumber.js to 9.0.0
fix(deps): update dependency bip38 to v3
  • Schedule: "at any time"
  • Branch name: renovate/bip38-3.x
  • Merge into: develop
  • Upgrade bip38 to 3.0.0
fix(deps): update dependency bip39 to v3
  • Schedule: "at any time"
  • Branch name: renovate/bip39-3.x
  • Merge into: develop
  • Upgrade bip39 to 3.0.2

🚸 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 Renovate Bot. View repository job log here.

@codecov
Copy link

codecov bot commented Sep 27, 2019

Codecov Report

Merging #1473 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1473   +/-   ##
========================================
  Coverage    41.46%   41.46%           
========================================
  Files          237      237           
  Lines         6622     6622           
  Branches      1307     1307           
========================================
  Hits          2746     2746           
  Misses        3645     3645           
  Partials       231      231

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 073656d...afd2ce2. Read the comment docs.

@faustbrian faustbrian changed the title Configure Renovate chore(deps): add renovate.json Sep 27, 2019
@faustbrian faustbrian merged commit b23ce15 into develop Sep 27, 2019
@faustbrian faustbrian deleted the renovate/configure branch September 27, 2019 09:55
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.

2 participants