swagger-to-raml-object
swagger-to-raml-object copied to clipboard
Configure Renovate
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
:vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
-
package.json
(npm)
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 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 - 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
:abcd: 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 master
as base branch.
What to Expect
With your current configuration, Renovate will create 10 Pull Requests:
Pin dependencies
- Schedule: "at any time"
- Branch name:
renovate/pin-dependencies
- Merge into:
master
- Pin browserify to
6.3.4
- Pin chai to
1.10.0
- Pin istanbul to
0.3.22
- Pin mocha to
1.21.5
- Pin uglify-js to
2.8.29
Update dependency istanbul to v0.4.5
- Schedule: "at any time"
- Branch name:
renovate/istanbul-0.x
- Merge into:
master
- Upgrade istanbul to
0.4.5
Update dependency pre-commit to v0.0.11
- Schedule: "at any time"
- Branch name:
renovate/pre-commit-0.x
- Merge into:
master
- Upgrade pre-commit to
0.0.11
Update dependency browserify to v16
- Schedule: "at any time"
- Branch name:
renovate/browserify-16.x
- Merge into:
master
- Upgrade browserify to
16.5.0
Update dependency camel-case to v3
- Schedule: "at any time"
- Branch name:
renovate/camel-case-3.x
- Merge into:
master
- Upgrade camel-case to
^3.0.0
Update dependency chai to v4
- Schedule: "at any time"
- Branch name:
renovate/chai-4.x
- Merge into:
master
- Upgrade chai to
4.2.0
Update dependency extend to v3 [SECURITY]
- Branch name:
renovate/npm-extend-vulnerability
- Merge into:
master
- Upgrade extend to
^3.0.0
Update dependency mocha to v6
- Schedule: "at any time"
- Branch name:
renovate/mocha-6.x
- Merge into:
master
- Upgrade mocha to
6.2.2
Update dependency pre-commit to v1
- Schedule: "at any time"
- Branch name:
renovate/pre-commit-1.x
- Merge into:
master
- Upgrade pre-commit to
1.2.2
Update dependency uglify-js to v3
- Schedule: "at any time"
- Branch name:
renovate/uglify-js-3.x
- Merge into:
master
- Upgrade uglify-js to
3.6.9
:children_crossing: 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.
:question: 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.