webpack-license-plugin
Version:
Extracts OSS license information of the npm packages in your webpack output
19 lines (18 loc) • 608 B
YAML
version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
day: sunday
time: '06:00'
timezone: Europe/Berlin
# minor and patch updates for webpack and webpack's typescript
# types are updated manually as they will break the build
# rather often`
ignore:
- dependency-name: webpack
update-types: ['version-update:semver-minor', 'version-update:semver-patch']
- dependency-name: '@types/webpack'
update-types: ['version-update:semver-minor', 'version-update:semver-patch']
open-pull-requests-limit: 50