{"id":19416842,"url":"https://github.com/ethanc/renovate","last_synced_at":"2026-05-12T20:09:21.459Z","repository":{"id":123989086,"uuid":"385740784","full_name":"EthanC/Renovate","owner":"EthanC","description":"Monitor games on Steam, Battle.net, and PlayStation and notify about updates.","archived":false,"fork":false,"pushed_at":"2025-03-11T07:51:04.000Z","size":241,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T08:34:15.478Z","etag":null,"topics":["battle-net","discord","game","monitor","notifier","orbis","patch","playstation","playstation-4","playstation-5","playstation-network","prospero","ps4","ps5","psn","python","steam","update","watcher","webhook"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/ethanchrisp/renovate","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EthanC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yaml","license":"LICENSE","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},"funding":{"custom":["https://cash.app/$EthanChrisp","https://venmo.com/u/Mxtive"]}},"created_at":"2021-07-13T21:35:30.000Z","updated_at":"2025-03-11T07:51:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"e973274d-2e78-4aca-8f28-71e73a20a4d8","html_url":"https://github.com/EthanC/Renovate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EthanC/Renovate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EthanC%2FRenovate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EthanC%2FRenovate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EthanC%2FRenovate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EthanC%2FRenovate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EthanC","download_url":"https://codeload.github.com/EthanC/Renovate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EthanC%2FRenovate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284948162,"owners_count":27089294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-17T02:00:06.431Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["battle-net","discord","game","monitor","notifier","orbis","patch","playstation","playstation-4","playstation-5","playstation-network","prospero","ps4","ps5","psn","python","steam","update","watcher","webhook"],"created_at":"2024-11-10T13:05:46.497Z","updated_at":"2025-11-17T20:05:03.147Z","avatar_url":"https://github.com/EthanC.png","language":"Python","funding_links":["https://cash.app/$EthanChrisp","https://venmo.com/u/Mxtive"],"categories":[],"sub_categories":[],"readme":"# Renovate\n\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/EthanC/Renovate/ci.yaml?branch=main) ![Docker Pulls](https://img.shields.io/docker/pulls/ethanchrisp/renovate?label=Docker%20Pulls) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/ethanchrisp/renovate/latest?label=Docker%20Image%20Size)\n\nRenovate monitors games on Steam, Battle.net, and PlayStation and notifies about updates via Discord.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://i.imgur.com/XVGizWC.png\" draggable=\"false\"\u003e\n\u003c/p\u003e\n\n## Setup\n\nA [Discord Webhook](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks) is recommended for notifications.\n\nRegardless of your chosen setup method, Renovate is intended for use with a task scheduler, such as [cron](https://crontab.guru/).\n\n**Environment Variables:**\n\n-   `LOG_LEVEL`: [Loguru](https://loguru.readthedocs.io/en/stable/api/logger.html) severity level to write to the console.\n-   `LOG_DISCORD_WEBHOOK_URL`: [Discord Webhook](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks) URL to receive log events.\n-   `LOG_DISCORD_WEBHOOK_LEVEL`: Minimum [Loguru](https://loguru.readthedocs.io/en/stable/api/logger.html) severity level to forward to Discord.\n-   `STEAM_TITLES`: Comma-separated list of Steam title IDs to watch.\n-   `BATTLE_TITLES`: Comma-separated list of Battle.net title IDs to watch.\n-   `PROSPERO_TITLES`: Comma-separated list of PlayStation 5 title IDs to watch.\n-   `ORBIS_TITLES`: Comma-separated list of PlayStation 4 title IDs to watch.\n-   `DISCORD_WEBHOOK_URL`: [Discord Webhook](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks) URL to receive available update notifications.\n\n### Docker (Recommended)\n\nModify the following `compose.yaml` example file, then run `docker compose up`.\n\n```yaml\nservices:\n  renovate:\n    container_name: renovate\n    image: ethanchrisp/renovate:latest\n    environment:\n      LOG_LEVEL: INFO\n      LOG_DISCORD_WEBHOOK_URL: https://discord.com/api/webhooks/YYYYYYYY/YYYYYYYY\n      LOG_DISCORD_WEBHOOK_LEVEL: WARNING\n      STEAM_TITLES: XXXXXXXX,YYYYYYYY,ZZZZZZZZ\n      BATTLE_TITLES: XXXXXXXX,YYYYYYYY,ZZZZZZZZ\n      PROSPERO_TITLES: XXXXXXXX,YYYYYYYY,ZZZZZZZZ\n      ORBIS_TITLES: XXXXXXXX,YYYYYYYY,ZZZZZZZZ\n      DISCORD_WEBHOOK_URL: https://discord.com/api/webhooks/XXXXXXXX/XXXXXXXX\n```\n\n### Standalone\n\nRenovate is built for [Python 3.12](https://www.python.org/) or greater.\n\n1. Install required dependencies using [uv](https://github.com/astral-sh/uv): `uv sync`\n2. Rename `.env_example` to `.env`, then provide the environment variables.\n3. Start Renovate: `python renovate.py`\n\n## Credits\n\n-   [Helba](https://twitter.com/helba_the_ai): [BlizzTrack.com](https://blizztrack.com/)\n-   [0x199](https://twitter.com/0x199): [PROSPEROPatches.com](https://prosperopatches.com/) \u0026 [ORBISPatches.com](https://orbispatches.com/)\n-   [JonaKoudijs](https://github.com/jonakoudijs): [SteamCMD.net](https://www.steamcmd.net/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethanc%2Frenovate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethanc%2Frenovate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethanc%2Frenovate/lists"}