We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696f8c8 commit 5b69dd2Copy full SHA for 5b69dd2
.github/dependabot.yml
@@ -1,11 +1,11 @@
1
update_configs:
2
- directory: "/"
3
- package_manager: javascript
4
- update_schedule: weekly
5
- automerged_updates:
6
- - match:
7
- update_type: all
8
- dependency_type: production
9
10
11
- dependency_type: development
+ - match:
+ update_type: all
+ dependency_type: production
+ dependency_type: development
+ directory: "/"
+ package_manager: javascript
+ update_schedule: weekly
.travis.yml
@@ -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
0 commit comments