{"id":47814606,"url":"https://github.com/2sem/tuist-renovate-skill","last_synced_at":"2026-04-03T18:23:44.346Z","repository":{"id":343124169,"uuid":"1176356731","full_name":"2sem/tuist-renovate-skill","owner":"2sem","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-09T06:01:16.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-09T06:09:56.636Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/2sem.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":"2026-03-08T23:58:46.000Z","updated_at":"2026-03-09T06:01:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/2sem/tuist-renovate-skill","commit_stats":null,"previous_names":["2sem/tuist-renovate-skill"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/2sem/tuist-renovate-skill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sem%2Ftuist-renovate-skill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sem%2Ftuist-renovate-skill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sem%2Ftuist-renovate-skill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sem%2Ftuist-renovate-skill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2sem","download_url":"https://codeload.github.com/2sem/tuist-renovate-skill/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2sem%2Ftuist-renovate-skill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31368173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T17:53:18.093Z","status":"ssl_error","status_checked_at":"2026-04-03T17:53:17.617Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2026-04-03T18:23:40.635Z","updated_at":"2026-04-03T18:23:44.325Z","avatar_url":"https://github.com/2sem.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# tuist-renovate-skill\n\nSets up [Renovate](https://renovatebot.com/) automated dependency updates for [Tuist](https://tuist.io/) iOS projects — available as a Claude Code skill or as a standalone guide for any AI assistant.\n\n## Why\n\nGitHub's Dependabot doesn't understand Tuist's dependency syntax. When I first set up Renovate on my Tuist project, it detected **1 out of 12** Swift package dependencies. The other 11 were completely invisible.\n\nTuist projects declare dependencies in ways standard tools can't parse:\n\n- **`.package(id:)`** — Swift Package Registry format with dot notation (`firebase.firebase-ios-sdk`). Renovate needs to transform dots to slashes to look up the GitHub repo (`firebase/firebase-ios-sdk`), and must handle multiline declarations.\n- **`.remote(url:)`** — Tuist-specific syntax that neither Dependabot nor Renovate's built-in Swift manager recognises.\n\nThis skill encodes the `customManagers` regex patterns and configuration needed to make Renovate detect all your dependencies — not just the lucky one.\n\n## What it does\n\n- Detects your Tuist integration style (`Tuist/Package.swift` vs `Project.swift`-based)\n- Handles URL-based and Tuist registry (`id:`-based) packages\n- Generates the correct `renovate.json` for your project\n- Optionally sets up a GitHub Actions self-hosted Renovate workflow\n- Supports `mise.toml` tool version updates\n\n## Install\n\n```bash\nnpx skills add 2sem/tuist-renovate-skill\n```\n\nOr install globally (available in all projects):\n\n```bash\nnpx skills add 2sem/tuist-renovate-skill -g\n```\n\n## Usage\n\nIn Claude Code, run:\n\n```\n/setup-renovate-for-tuist\n```\n\n## Skill\n\n| Slash command | Description |\n|---|---|\n| `/setup-renovate-for-tuist` | Sets up Renovate for a Tuist iOS project |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2sem%2Ftuist-renovate-skill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2sem%2Ftuist-renovate-skill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2sem%2Ftuist-renovate-skill/lists"}