Skip to content

Commit f198b04

Browse files
committed
fixup! Add a GitHub workflow to monitor component updates
Stop monitoring GPG and GPG specific dependencies, now that we ushadowed the MSYS2 packages for these. Signed-off-by: Matthias Aßhauer <[email protected]>
1 parent 4d21a77 commit f198b04

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/monitor-components.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,6 @@ jobs:
6060
- label: curl
6161
feed: https://github.com/curl/curl/tags.atom
6262
title-pattern: ^(?!rc-)
63-
- label: libgpg-error
64-
feed: https://github.com/gpg/libgpg-error/releases.atom
65-
title-pattern: ^libgpg-error-[0-9\.]*$
66-
- label: libgcrypt
67-
feed: https://github.com/gpg/libgcrypt/releases.atom
68-
title-pattern: ^libgcrypt-[0-9\.]*$
69-
- label: gpg
70-
feed: https://github.com/gpg/gnupg/releases.atom
71-
# As per https://gnupg.org/download/index.html#sec-1-1, the stable
72-
# versions are the one with an even minor version number.
73-
title-pattern: ^gnupg-\d+\.\d*[02468]\.
7463
- label: mintty
7564
feed: https://github.com/mintty/mintty/releases.atom
7665
- label: 7-zip

0 commit comments

Comments
 (0)