Configure 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/release.yml(github-actions)app/package.json(npm)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
fixfor dependencies andchorefor all others - Ignore
node_modules,bower_components,vendorand 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 10 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 21 Pull Requests:
chore(deps): update dependency electron to 12.1.0 [security]
- Branch name:
renovate/npm-electron-vulnerability - Merge into:
master - Upgrade electron to
12.1.0
chore(deps): update dependency glob-parent to 5.1.2 [security]
- Branch name:
renovate/npm-glob-parent-vulnerability - Merge into:
master - Upgrade glob-parent to
5.1.2
chore(deps): update dependency hosted-git-info to 3.0.8 [security]
- Branch name:
renovate/npm-hosted-git-info-vulnerability - Merge into:
master - Upgrade hosted-git-info to
3.0.8
chore(deps): update dependency lodash to 4.17.21 [security]
- Branch name:
renovate/npm-lodash-vulnerability - Merge into:
master - Upgrade lodash to
4.17.21
chore(deps): update dependency normalize-url to 4.5.1 [security]
- Branch name:
renovate/npm-normalize-url-vulnerability - Merge into:
master - Upgrade normalize-url to
4.5.1
chore(deps): update dependency path-parse to 1.0.7 [security]
- Branch name:
renovate/npm-path-parse-vulnerability - Merge into:
master - Upgrade path-parse to
1.0.7
chore(deps): update dependency trim to 0.0.3 [security]
- Branch name:
renovate/npm-trim-vulnerability - Merge into:
master - Upgrade trim to
0.0.3
chore(deps): update dependency trim-newlines to 3.0.1 [security]
- Branch name:
renovate/npm-trim-newlines-vulnerability - Merge into:
master - Upgrade trim-newlines to
3.0.1
chore(deps): pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate/pin-dependencies - Merge into:
master - Pin @​egoist/prettier-config to
0.1.0 - Pin dotenv to
8.2.0 - Pin electron-builder to
22.10.5 - Pin electron-devtools-installer to
3.2.0 - Pin electron-notarize to
1.0.0 - Pin eslint-config-rem to
4.0.0 - Pin minimist to
1.2.5 - Pin prettier to
1.19.1 - Pin xo to
0.27.2
chore(deps): update dependency dotenv to v8.6.0
- Schedule: ["at any time"]
- Branch name:
renovate/dotenv-8.x - Merge into:
master - Upgrade dotenv to
8.6.0
chore(deps): update dependency electron-builder to v22.14.5
- Schedule: ["at any time"]
- Branch name:
renovate/electron-builder-22.x - Merge into:
master - Upgrade electron-builder to
22.14.5
chore(deps): update dependency electron-notarize to v1.1.1
- Schedule: ["at any time"]
- Branch name:
renovate/electron-notarize-1.x - Merge into:
master - Upgrade electron-notarize to
1.1.1
chore(deps): update dependency xo to v0.47.0
- Schedule: ["at any time"]
- Branch name:
renovate/xo-0.x - Merge into:
master - Upgrade xo to
0.47.0
fix(deps): update dependency axios to ^0.24.0
- Schedule: ["at any time"]
- Branch name:
renovate/axios-0.x - Merge into:
master - Upgrade axios to
^0.24.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 @​egoist/prettier-config to v1
- Schedule: ["at any time"]
- Branch name:
renovate/egoist-prettier-config-1.x - Merge into:
master - Upgrade @​egoist/prettier-config to
1.0.0
chore(deps): update dependency dotenv to v10
- Schedule: ["at any time"]
- Branch name:
renovate/dotenv-10.x - Merge into:
master - Upgrade dotenv to
10.0.0
chore(deps): update dependency prettier to v2
- Schedule: ["at any time"]
- Branch name:
renovate/prettier-2.x - Merge into:
master - Upgrade prettier to
2.5.1
fix(deps): update dependency electron-context-menu to v3
- Schedule: ["at any time"]
- Branch name:
renovate/electron-context-menu-3.x - Merge into:
master - Upgrade electron-context-menu to
^3.0.0
fix(deps): update dependency electron-store to v8
- Schedule: ["at any time"]
- Branch name:
renovate/electron-store-8.x - Merge into:
master - Upgrade electron-store to
^8.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.