diff --git a/.hecat/update-metadata.yml b/.hecat/update-metadata.yml index 4df2cc548e..fab3472a6f 100644 --- a/.hecat/update-metadata.yml +++ b/.hecat/update-metadata.yml @@ -4,4 +4,4 @@ steps: module_options: source_directory: ./ gh_metadata_only_missing: False - sleep_time: 7.3 + sleep_time: 60 diff --git a/Makefile b/Makefile index b2f8c112c2..08fd10a4c1 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ install: python3 -m venv .venv source .venv/bin/activate && \ pip3 install wheel && \ - pip3 install --force git+https://github.com/nodiscc/hecat.git@1.4.0 + pip3 install --force git+https://github.com/nodiscc/hecat.git@1.5.0 .PHONY: import # import data from the original list at https://github.com/awesome-selfhosted/awesome-selfhosted import: clean install