Skip to content

Commit e2ca5f0

Browse files
committed
Merge pull request #2850 from dscho/monitor-also-gnutls
Open tickets for new `gnutls` versions
2 parents 6ad2524 + 033cdd3 commit e2ca5f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/monitor-components.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Monitor component updates
77

88
on:
99
schedule:
10-
- cron: "11,31,51 * * * *"
10+
- cron: "* 8,11,14,17 * * *"
1111
workflow_dispatch:
1212

1313
env:
@@ -38,6 +38,8 @@ jobs:
3838
feed: https://github.com/openssh/openssh-portable/tags.atom
3939
- label: openssl
4040
feed: https://github.com/openssl/openssl/tags.atom
41+
- label: gnutls
42+
feed: https://gnutls.org/news.atom
4143
- label: heimdal
4244
feed: https://github.com/heimdal/heimdal/tags.atom
4345
- label: git-sizer

0 commit comments

Comments
 (0)