- Dependabot config not working

This commit is contained in:
Ferdi Koomen 2020-09-27 19:00:20 +02:00
parent 5b69dd28f6
commit 3ca7d61d08
2 changed files with 4 additions and 15 deletions

View File

@ -1,11 +0,0 @@
update_configs:
- automerged_updates:
- 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