From f198b048e911eebb97dd920330797de3b5fb0cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20A=C3=9Fhauer?= Date: Fri, 19 Sep 2025 12:51:02 +0200 Subject: [PATCH] fixup! Add a GitHub workflow to monitor component updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Stop monitoring GPG and GPG specific dependencies, now that we ushadowed the MSYS2 packages for these. Signed-off-by: Matthias Aßhauer --- .github/workflows/monitor-components.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/monitor-components.yml b/.github/workflows/monitor-components.yml index 6d8bd475d9716b..a074403c64f42d 100644 --- a/.github/workflows/monitor-components.yml +++ b/.github/workflows/monitor-components.yml @@ -60,17 +60,6 @@ jobs: - label: curl feed: https://github.com/curl/curl/tags.atom title-pattern: ^(?!rc-) - - label: libgpg-error - feed: https://github.com/gpg/libgpg-error/releases.atom - title-pattern: ^libgpg-error-[0-9\.]*$ - - label: libgcrypt - feed: https://github.com/gpg/libgcrypt/releases.atom - title-pattern: ^libgcrypt-[0-9\.]*$ - - label: gpg - feed: https://github.com/gpg/gnupg/releases.atom - # As per https://gnupg.org/download/index.html#sec-1-1, the stable - # versions are the one with an even minor version number. - title-pattern: ^gnupg-\d+\.\d*[02468]\. - label: mintty feed: https://github.com/mintty/mintty/releases.atom - label: 7-zip