Skip to content

Commit

Permalink
ci: ignore typescript package for dependencies.io
Browse files Browse the repository at this point in the history
  • Loading branch information
gjdev authored Dec 1, 2017
1 parent fe52350 commit d2284a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ collectors:
github_labels:
- dependencies
- type: js-npm
dependencies_not_matching: "^\\@angular\\/.*"
dependencies_not_matching: "^(\\@angular\\/.*|typescript$)"
versions: "Y.Y.Y"
settings:
commit_message_prefix: "build: "
Expand All @@ -45,7 +45,7 @@ collectors:
github_labels:
- dependencies
- type: js-npm
dependencies_not_matching: "^\\@angular\\/.*"
dependencies_not_matching: "^(\\@angular\\/.*|typescript$)"
versions: "Y.Y.Y"
settings:
commit_message_prefix: "build: "
Expand Down

0 comments on commit d2284a2

Please sign in to comment.