mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-26 12:56:37 -05:00
monitor-updates: add libfido2 and libcbor (#4073)
We also need to monitor libfido2 (and its dependency libcbor) because that library is responsible for support of security keys in OpenSSH, e.g. making it work with Windows Hello.
This commit is contained in:
4
.github/workflows/monitor-components.yml
vendored
4
.github/workflows/monitor-components.yml
vendored
@@ -40,6 +40,10 @@ jobs:
|
||||
aggregate: true
|
||||
- label: openssh
|
||||
feed: https://github.com/openssh/openssh-portable/tags.atom
|
||||
- label: libfido2
|
||||
feed: https://github.com/Yubico/libfido2/tags.atom
|
||||
- label: libcbor
|
||||
feed: https://github.com/PJK/libcbor/tags.atom
|
||||
- label: openssl
|
||||
feed: https://github.com/openssl/openssl/tags.atom
|
||||
title-pattern: ^(?!.*alpha)
|
||||
|
||||
Reference in New Issue
Block a user