Skip to content

Commit a84eb62

Browse files
authored
Stop monitoring GPG and GPG specific dependencies (#5829)
Stop monitoring GPG and GPG specific dependencies, now that we [unshadowed the MSYS2 packages for these](https://github.com/git-for-windows/git-for-windows-automation/actions/runs/17854940203/job/50771724937).
2 parents 4d21a77 + f198b04 commit a84eb62

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)