- Validated Yaml

This commit is contained in:
Ferdi Koomen 2020-09-27 18:52:58 +02:00
parent 696f8c81e4
commit 5b69dd28f6
2 changed files with 13 additions and 13 deletions

View File

@ -1,11 +1,11 @@
update_configs:
directory: "/"
package_manager: javascript
update_schedule: weekly
- automerged_updates:
- match:
update_type: all
dependency_type: production
- match:
update_type: all
dependency_type: development
- match:
update_type: all
dependency_type: production
- match:
update_type: all
dependency_type: development
directory: "/"
package_manager: javascript
update_schedule: weekly

View File

@ -1,7 +1,7 @@
language: node_js
node_js:
- node
- node
script:
- npm run release
- npm run test:coverage
- npm run codecov
- npm run release
- npm run test:coverage
- npm run codecov