{"id":50143114,"url":"https://github.com/derteaser/renovate-presets","last_synced_at":"2026-05-24T02:37:02.130Z","repository":{"id":352566201,"uuid":"860269305","full_name":"derteaser/renovate-presets","owner":"derteaser","description":"Shared Renovate configuration presets: composable defaults plus per-ecosystem add-ons.","archived":false,"fork":false,"pushed_at":"2026-04-20T06:54:23.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-20T08:08:20.789Z","etag":null,"topics":["gitmoji","renovate","renovate-config","renovate-preset"],"latest_commit_sha":null,"homepage":"","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/derteaser.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":"2024-09-20T06:07:21.000Z","updated_at":"2026-04-20T06:58:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/derteaser/renovate-presets","commit_stats":null,"previous_names":["derteaser/renovate-presets"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/derteaser/renovate-presets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derteaser%2Frenovate-presets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derteaser%2Frenovate-presets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derteaser%2Frenovate-presets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derteaser%2Frenovate-presets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/derteaser","download_url":"https://codeload.github.com/derteaser/renovate-presets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derteaser%2Frenovate-presets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33419556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"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":["gitmoji","renovate","renovate-config","renovate-preset"],"created_at":"2026-05-24T02:36:59.301Z","updated_at":"2026-05-24T02:37:02.123Z","avatar_url":"https://github.com/derteaser.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# renovate-presets\n\nShared [Renovate](https://docs.renovatebot.com/) configuration presets.\n\n## Usage\n\n### Minimum — universal baseline\n\nEvery consumer should extend the default preset. It pulls in `config:best-practices`, automerges patch/digest/linter/tester/type updates, runs `lockFileMaintenance`, groups AlpineJS and pnpm updates, and styles commits via the sibling `gitmoji` preset.\n\n```json\n{\n  \"$schema\": \"https://docs.renovatebot.com/renovate-schema.json\",\n  \"extends\": [\"github\u003ederteaser/renovate-presets\"]\n}\n```\n\n### Stack-specific additions\n\nNamed presets are composable — add any that match your project.\n\n**Laravel / Filament / Livewire**\n\n```json\n{\n  \"$schema\": \"https://docs.renovatebot.com/renovate-schema.json\",\n  \"extends\": [\n    \"github\u003ederteaser/renovate-presets\",\n    \"github\u003ederteaser/renovate-presets:laravel\"\n  ]\n}\n```\n\n**Kirby CMS**\n\n```json\n{\n  \"$schema\": \"https://docs.renovatebot.com/renovate-schema.json\",\n  \"extends\": [\n    \"github\u003ederteaser/renovate-presets\",\n    \"github\u003ederteaser/renovate-presets:kirby\"\n  ]\n}\n```\n\n**Astro**\n\n```json\n{\n  \"$schema\": \"https://docs.renovatebot.com/renovate-schema.json\",\n  \"extends\": [\n    \"github\u003ederteaser/renovate-presets\",\n    \"github\u003ederteaser/renovate-presets:astro\"\n  ]\n}\n```\n\n**React Native**\n\n```json\n{\n  \"$schema\": \"https://docs.renovatebot.com/renovate-schema.json\",\n  \"extends\": [\n    \"github\u003ederteaser/renovate-presets\",\n    \"github\u003ederteaser/renovate-presets:react-native\"\n  ]\n}\n```\n\nMix and match: a Laravel-API + React-Native-client repo extends all three of `default`, `laravel`, and `react-native`.\n\n## Available presets\n\n| Preset | Purpose |\n|---|---|\n| `default` | Universal baseline (best-practices + pnpm + AlpineJS + gitmoji) |\n| `gitmoji` | Gitmoji commit style + labels; disables major automerge globally |\n| `laravel` | Groups Filament and Livewire monorepos |\n| `kirby` | Groups `getkirby/*` Composer packages |\n| `astro` | Groups `@astro-community/*` plugins (core grouped by Renovate's built-in `monorepo:astro`) |\n| `react-native` | Groups React Native core + React Navigation (Expo grouped by Renovate's built-in `monorepo:expo`) |\n\n## Contributing\n\nChanges ship to every consumer the moment they land on `main` — there's no build or publish step. Validate before merging:\n\n```sh\nnpx --package renovate -- renovate-config-validator *.json\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderteaser%2Frenovate-presets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderteaser%2Frenovate-presets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderteaser%2Frenovate-presets/lists"}