{"id":38047201,"url":"https://github.com/mckernant1/auto-updater","last_synced_at":"2026-01-16T20:00:07.469Z","repository":{"id":134483685,"uuid":"237541808","full_name":"mckernant1/auto-updater","owner":"mckernant1","description":"Automatically update your package managers","archived":false,"fork":false,"pushed_at":"2025-12-04T03:28:13.000Z","size":68,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-07T09:29:39.468Z","etag":null,"topics":["homebrew-available","package-manager-tool","rust-cli"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mckernant1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-02-01T00:54:12.000Z","updated_at":"2025-12-04T03:28:17.000Z","dependencies_parsed_at":"2023-06-16T04:00:11.728Z","dependency_job_id":null,"html_url":"https://github.com/mckernant1/auto-updater","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/mckernant1/auto-updater","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mckernant1%2Fauto-updater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mckernant1%2Fauto-updater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mckernant1%2Fauto-updater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mckernant1%2Fauto-updater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mckernant1","download_url":"https://codeload.github.com/mckernant1/auto-updater/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mckernant1%2Fauto-updater/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28482208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["homebrew-available","package-manager-tool","rust-cli"],"created_at":"2026-01-16T20:00:06.763Z","updated_at":"2026-01-16T20:00:07.434Z","avatar_url":"https://github.com/mckernant1.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auto Updater\nAdd to your bashrc or zshrc to automatically check for updates on your set package managers\n\n```bash\nauto-updater upgrade\n```\n\n```bash\necho 'auto-updater upgrade' \u003e\u003e .zshrc\n\nOR\n\necho 'auto-updater upgrade' \u003e\u003e .bashrc\n```\n\n## Install\n```bash\nbrew tap mckernant1/tap\nbrew install auto-updater\n```\n\n## Add\nTo add a command do this. Then follow the prompts\n\n```bash\nauto-updater add \u003cNAME\u003e\n```\n\n```bash\nauto-updater add brew\n```\n\n## Upgrade\nTo upgrade a specific manager or ignore the timestamps\n```bash\nauto-updater upgrade [-f] [NAME]\n```\nYou then get prompted to update not update or skip.\n- Yes runs the commands and updates the last updated time\n- No does not run the commands and does not update the last updated time\n- Skip does not run the commands and updates the last updated time\n```\nIt's time to update brew, would you like to update now (y/N/s): \n```\n\n### Json structure\nHere is my example JSON structure\n```json5\n{\n  \"brew\": {\n    \"frequency\": \"2d\",\n    \"lastUpdated\": \"2020-05-02T20:24:40.095050+00:00\",\n    \"commands\": [\n      \"brew update\",\n      \"brew upgrade\",\n      \"brew cask upgrade\",\n      \"brew cleanup\"\n    ]\n  },\n  \"rustup\": {\n    \"frequency\": \"1m\",\n    \"lastUpdated\": \"2020-05-03T23:43:07.023288+00:00\",\n    \"commands\": [\n      \"rustup update\"\n    ]\n  },\n  \"npm\": {\n    \"frequency\": \"1w\",\n    \"lastUpdated\": \"2020-04-27T17:02:15.277517+00:00\",\n    \"commands\": [\n      \"npm i -g npm\",\n      \"npm update -g\"\n    ]\n  }\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmckernant1%2Fauto-updater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmckernant1%2Fauto-updater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmckernant1%2Fauto-updater/lists"}