Configure Renovate
Created by: renovate[bot]
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
Detected Package Files
-
.github/workflows/Update Daohang Site.yml
(github-actions) -
.gitlab-ci.yml
(gitlabci) -
package.json
(npm) -
themes/webstack/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 andchore
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
- Do not upgrade sbt latest.integration
- Ignore spring cloud 1.x releases
- Ignore http4s digest-based 1.x milestones
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 2 Pull Requests:
Pin dependencies
- Schedule: ["at any time"]
- Branch name:
renovate/pin-dependencies
- Merge into:
master
- Pin clean-css-cli to
4.3.0
- Pin ejs-lint to
1.1.0
- Pin gulp to
4.0.2
- Pin gulp-babel to
8.0.0
- Pin gulp-clean-css to
4.3.0
- Pin gulp-htmlclean to
2.7.22
- Pin gulp-htmlmin to
5.0.1
- Pin gulp-uglify to
3.0.2
- Pin hexo to
5.3.0
- Pin hexo-deployer-git to
2.1.0
- Pin hexo-generator-archive to
1.0.0
- Pin hexo-generator-category to
1.0.0
- Pin hexo-generator-index to
2.0.0
- Pin hexo-generator-tag to
1.0.0
- Pin hexo-renderer-ejs to
1.0.0
- Pin hexo-renderer-marked to
3.3.0
- Pin hexo-renderer-stylus to
2.0.1
- Pin hexo-server to
2.0.0
- Pin uglify-js to
3.12.4
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
This PR has been generated by WhiteSource Renovate. View repository job log here.