Skip to content

Commit

Permalink
Fix Dependabot Alert (#1275)
Browse files Browse the repository at this point in the history
* As per the alert [https://github.com/microsoft/dicom-server/security/dependabot/tools/dicom-web-electron/package-lock.json/follow-redirects/open], follow-redirects has been updated to 1.14.7.

* Added electrol tool to dependabot config.
  • Loading branch information
alishahahmed authored Jan 13, 2022
1 parent af8a1cd commit 62dfe7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,11 @@ updates:
time: "09:00"
timezone: "America/Los_Angeles"
open-pull-requests-limit: 30

- package-ecosystem: "npm"
directory: "/tools/dicom-web-electron"
schedule:
interval: "daily"
time: "09:00"
timezone: "America/Los_Angeles"
open-pull-requests-limit: 30
4 changes: 2 additions & 2 deletions tools/dicom-web-electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 62dfe7c

Please sign in to comment.