Skip to content

Commit 5b69dd2

Browse files
committed
- Validated Yaml
1 parent 696f8c8 commit 5b69dd2

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
update_configs:
2-
directory: "/"
3-
package_manager: javascript
4-
update_schedule: weekly
52
- automerged_updates:
6-
- match:
7-
update_type: all
8-
dependency_type: production
9-
- match:
10-
update_type: all
11-
dependency_type: development
3+
- match:
4+
update_type: all
5+
dependency_type: production
6+
- match:
7+
update_type: all
8+
dependency_type: development
9+
directory: "/"
10+
package_manager: javascript
11+
update_schedule: weekly

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
3-
- node
3+
- node
44
script:
5-
- npm run release
6-
- npm run test:coverage
7-
- npm run codecov
5+
- npm run release
6+
- npm run test:coverage
7+
- npm run codecov

0 commit comments

Comments
 (0)