Currently supports:
package.jsonpackage-lock.jsonyarn.lock
version: 3
dependencies:
- type: js
path: app # a directory
settings:
# Enable updates for specific kinds of dependencies
# in package.json.
#
# Default: [dependencies, devDependencies]
manifest_package_types:
- dependenciesMost of the time, the lockfile updates will account for your "grouped" dependencies that need to be updated together (since those updates are usually all within your package.json ranges). But you can also group out-of-range package.json updates by using filters.
version: 3
dependencies:
- type: js
path: app
manifest_updates:
filters:
- name: remark-lint-.*
group: true
- name: .*
group: falseAny questions or issues with this specific component should be discussed in GitHub issues.
If there is private information which needs to be shared then please use the private support channels in dependencies.io.
