mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Validated Yaml
This commit is contained in:
parent
696f8c81e4
commit
5b69dd28f6
18
.github/dependabot.yml
vendored
18
.github/dependabot.yml
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user