The Omni-index allows you to monitor related changes for any and all Signpost-related pages (except talk pages, which are at Wikipedia talk:Wikipedia Signpost/Omni-index. This allows you to monitor related changes for old stuff, specifically articles.
Here is the SQL query:
SELECT page_namespace AS ns, page_title AS title FROM page WHERE ( page_namespace = "4" AND page_title LIKE "Wikipedia_Signpost/____-__-__%" AND page_title NOT LIKE "%2024%" ) ORDER BY ns ASC, page_title ASC;