tools/hecat: do not warn about last update date for homepage, posio, bicimon, cubiks-2048 (#322)

- these projects are simple enough and have no external dependencies, so no maintenance is expected
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/72
This commit is contained in:
nodiscc 2023-11-01 17:10:52 +00:00 committed by GitHub
parent e603e546ab
commit b2fbe6c779
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View file

@ -10,3 +10,8 @@ steps:
licenses_files:
- licenses.yml
- licenses-nonfree.yml
last_updated_skip: # (optional, default []) list of items (source_code_url) for which the last update date check should not produce errors/warnings
- https://github.com/tomershvueli/homepage # simple/no maintenance required https://github.com/awesome-selfhosted/awesome-selfhosted-data/pull/242
- https://github.com/abrenaut/posio # simple/no maintenance required
- https://github.com/knrdl/bicimon # simple/no maintenance required
- https://github.com/Kshitij-Banerjee/Cubiks-2048 # simple/no maintenance required

View file

@ -7,3 +7,8 @@ steps:
licenses_files:
- licenses.yml
- licenses-nonfree.yml
last_updated_skip: # (optional, default []) list of items (source_code_url) for which the last update date check should not produce errors/warnings
- https://github.com/tomershvueli/homepage # simple/no maintenance required https://github.com/awesome-selfhosted/awesome-selfhosted-data/pull/242
- https://github.com/abrenaut/posio # simple/no maintenance required
- https://github.com/knrdl/bicimon # simple/no maintenance required
- https://github.com/Kshitij-Banerjee/Cubiks-2048 # simple/no maintenance required