mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
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:
parent
e603e546ab
commit
b2fbe6c779
2 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue