tools: ignore last update check for genea.app (#409)

- static HTML/JS application, no dependencies
- relatively simple, most JS code comes from a vendored copy of vue.js
This commit is contained in:
nodiscc 2023-12-06 15:22:15 +00:00 committed by GitHub
parent 88fb87277b
commit d9f7ad6b08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -16,3 +16,4 @@ steps:
- https://github.com/knrdl/bicimon # simple/no maintenance required
- https://github.com/Kshitij-Banerjee/Cubiks-2048 # simple/no maintenance required
- https://github.com/azlux/Simple-URL-Shortener # simple/no maintenance required
- https://github.com/genea-app/genea-app # static HTML/JS, simple/no maintenance required

View file

@ -13,3 +13,4 @@ steps:
- https://github.com/knrdl/bicimon # simple/no maintenance required
- https://github.com/Kshitij-Banerjee/Cubiks-2048 # simple/no maintenance required
- https://github.com/azlux/Simple-URL-Shortener # simple/no maintenance required
- https://github.com/genea-app/genea-app # static HTML/JS, simple/no maintenance required