{"id":16552814,"url":"https://github.com/twisterrob/renovate-config","last_synced_at":"2025-03-21T10:32:14.112Z","repository":{"id":41965588,"uuid":"479685762","full_name":"TWiStErRob/renovate-config","owner":"TWiStErRob","description":"Configuration files for renovatebot installed in repositories","archived":false,"fork":false,"pushed_at":"2025-01-16T21:01:04.000Z","size":110,"stargazers_count":4,"open_issues_count":7,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-01T05:32:12.005Z","etag":null,"topics":["github","renovate","renovate-config"],"latest_commit_sha":null,"homepage":"https://docs.renovatebot.com/config-presets/#organization-level-presets","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TWiStErRob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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":{"github":"TWiStErRob"}},"created_at":"2022-04-09T09:58:31.000Z","updated_at":"2025-01-16T21:01:05.000Z","dependencies_parsed_at":"2023-11-12T13:23:20.859Z","dependency_job_id":"861ef1db-a7cb-438f-aa47-d82a27796b09","html_url":"https://github.com/TWiStErRob/renovate-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TWiStErRob%2Frenovate-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TWiStErRob%2Frenovate-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TWiStErRob%2Frenovate-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TWiStErRob%2Frenovate-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TWiStErRob","download_url":"https://codeload.github.com/TWiStErRob/renovate-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244135930,"owners_count":20403798,"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","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":["github","renovate","renovate-config"],"created_at":"2024-10-11T19:46:09.550Z","updated_at":"2025-03-21T10:32:13.778Z","avatar_url":"https://github.com/TWiStErRob.png","language":"JavaScript","funding_links":["https://github.com/sponsors/TWiStErRob"],"categories":[],"sub_categories":[],"readme":"# renovate-config\nConfiguration files for renovatebot installed in [repositories](https://github.com/TWiStErRob?tab=repositories).\n\n## Naming\n * This repository is called `renovate-config` so it'll be [picked up automatically by Renovate](https://docs.renovatebot.com/config-presets/#organization-level-presets).\n * The shared config preset is called `default.json` as that's the [only supported name](https://docs.renovatebot.com/config-presets/).\n * `default.json5` is the actual preset referenced from `default.json`, so that I can use JSON5 features.\n\n# Installation\n 1. Add repository to [Renovate GitHub app installation](https://github.com/settings/installations/24636554).\n 2. Wait for \"Configure Renovate\" onboarding PR.\n 3. It should automatically pick up [local\u003eTWiStErRob/renovate-config](default.json)\n 4. Commit and push to `renovate/configure` branch.\n 5. Review, configure as necessary and merge PR.\n\n# Development\nIntelliJ IDEA has json-schema validation and auto-complete support, so it the recommended editor.\n\nEach file should have this as the first property to trigger automatic setup when opening files:\n```json\n{\n   \"$schema\": \"https://docs.renovatebot.com/renovate-schema.json\"\n}\n```\n## Local Testing\nThis will pick up `config.js` and will do a dry-run.\n\n```shell\n# Make sure the latest version is installed from package.json.\nnpm install\n# Make sure renovate can read the repositories.\nset RENOVATE_TOKEN=ghp_...\n# Edit config.js as necessary, mostly repositories and configFilePath.\n# Set up logging (see config.js for more info, why.)\nset LOG_LEVEL=debug\n# Execute renovate on any repository (public or private).\nnpm run renovate \u003e renovate.log\n```\n\n\u003cdetails\u003e\u003csummary\u003eghp_...\u003c/summary\u003e\n\nWhere `ghp_...` is a Personal Access Token generated at https://github.com/settings/tokens.\n * add `user:email` scope to reduce warnings\n * add `repo` scope for accessing private repositories\n\n   \u003cdetails\u003e\u003csummary\u003e\u003ccode\u003e--token\u003c/code\u003e vs \u003ccode\u003eset RENOVATE_TOKEN\u003c/code\u003e\u003c/summary\u003e\n   \n   It's possible to pass the token on command line too:\n   ```shell\n   npm run renovate -- --token ghp_...\n   ```\n   but `npm run` will echo the command line so renovate.log will contain the key. \n   To prevent this, use `set RENOVATE_TOKEN=ghp_...` instead.\n   \n   \u003c/details\u003e\n\n\u003c/details\u003e\n\n## Integration Testing\nThis means running Renovate on a repository where the configuration is hosted in the repository, and the [Renovate app](https://github.com/apps/renovate) will process everything.\n\nHack around in [renovate-config-test](https://github.com/TWiStErRob/renovate-config-test).\n\n# Documentation\n * [How to reference files](https://docs.renovatebot.com/config-presets/#github)\n * [Doc of default presets](https://docs.renovatebot.com/presets-config/)\n * [Source of default presets](https://github.com/renovatebot/renovate/blob/main/lib/config/presets/internal/)\n * renovatebots' own configuration\n   * Base config: [renovatebot/.github/default.json](https://github.com/renovatebot/.github/blob/main/default.json)\n   * Onboarding config: [renovatebot/.github/renovate-config.json](https://github.com/renovatebot/.github/blob/main/renovate-config.json)\n   * Main repo: [renovatebot/renovate/renovate.json](https://github.com/renovatebot/renovate/blob/main/renovate.json)\n   * Docs: [renovatebot/renovate.github.io/renovate.json](https://github.com/renovatebot/renovatebot.github.io/blob/main/renovate.json)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwisterrob%2Frenovate-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwisterrob%2Frenovate-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwisterrob%2Frenovate-config/lists"}