{"id":24786864,"url":"https://github.com/apter-tech/renovate-bot-self-hosted","last_synced_at":"2025-03-24T09:45:26.231Z","repository":{"id":135185353,"uuid":"594354070","full_name":"apter-tech/renovate-bot-self-hosted","owner":"apter-tech","description":"This GitHub repository contains a workflow for using Renovate to easily update dependencies within our organization. The setup is simple and straightforward, making it easy to keep your dependencies up-to-date and secure.","archived":false,"fork":false,"pushed_at":"2025-03-16T17:29:25.000Z","size":72,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-16T18:55:03.819Z","etag":null,"topics":["automation","bot","dependency-manager","dependency-updater","renovate","renovate-bot","renovatebot"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/apter-tech.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}},"created_at":"2023-01-28T09:30:05.000Z","updated_at":"2025-02-03T19:51:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d8417ad-b60c-4844-9498-5f03a2fa72ad","html_url":"https://github.com/apter-tech/renovate-bot-self-hosted","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/apter-tech%2Frenovate-bot-self-hosted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apter-tech%2Frenovate-bot-self-hosted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apter-tech%2Frenovate-bot-self-hosted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apter-tech%2Frenovate-bot-self-hosted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apter-tech","download_url":"https://codeload.github.com/apter-tech/renovate-bot-self-hosted/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245248745,"owners_count":20584495,"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":["automation","bot","dependency-manager","dependency-updater","renovate","renovate-bot","renovatebot"],"created_at":"2025-01-29T15:17:20.617Z","updated_at":"2025-03-24T09:45:26.202Z","avatar_url":"https://github.com/apter-tech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Renovate](https://github.com/apter-tech/renovate-bot-self-hosted/actions/workflows/renovate.yml/badge.svg)](https://github.com/apter-tech/renovate-bot-self-hosted/actions/workflows/renovate.yml)\n\n# Renovate Workflow\n\nThis repository contains a GitHub Actions workflow for using [Renovate](https://renovatebot.com/) to easily update dependencies within your organization. The setup is simple and straightforward, making it easy to keep your dependencies up-to-date and secure.\n\n## Usage\n\nIf you want to enable Renovate on a repository in the organization.\n1. Go to the [Renovate GitHub App's settings page](https://github.com/organizations/apter-tech/settings/installations/33594344).\n2. Scroll down to the Repository Access section.\n3. Select your repository to enable Renovate.\n\nThe workflow can be triggered in 4 ways:\n1. On demand, by manually dispatching the workflow and specifying the desired log level.\n2. On a schedule every 15 minutes between 8:00 and 17:00 (CET) on every day between Monday and Friday, by configuring a cron schedule.\n3. On push to main branch\n4. On push to a pull request\n\n## Inputs\n\nThe workflow has the following input:\n\n- `logLevel`: Renovate log levels are used to control the amount of detail that is output in the Renovate log files. Possible log level options: trace, debug, info, warn, error, and fatal.\n- `dryRun`: Use dryRun to preview the behavior of Renovate in logs, without making any changes to the repository files. You can choose from the following behaviors for the dryRun config option:\n    - `null`: Default behavior (except on pull requests) - Performs a regular Renovate run including creating/updating/deleting branches and PRs\n    - `\"extract\"`: Performs a very quick package file scan to identify the extracted dependencies\n    - `\"lookup\"`: Performs a package file scan to identify the extracted dependencies and updates available\n    - `\"full\"`: Default behaviour on pull requests. Performs a dry run by logging messages instead of creating/updating/deleting branches and PRs.\n    \n    Information provided mainly in debug log level.\n\n## Workflow Configuration\n\nThe workflow is defined in the `renovate.yml` file and contains the following steps:\n1. Checkout: checkouts the repository to the runner.\n2. Request a Github token: request a Github token using `getsentry/action-github-app-token` action.\n3. Self-hosted Renovate: runs the renovate using `renovatebot/github-action` action.\n\n## Secrets\n\nThe following secrets are required to be added to the repository for the workflow to run correctly:\n- `APP_ID`\n- `PRIVATE_KEY`\n\n## Note\n\nIt is mandatory to have `renovate.json` file in the root of the repository with the configuration required by renovate.\n\n## Additional resources\n\n- [Renovate Documentation](https://renovatebot.com/docs)\n- [GitHub Actions](https://docs.github.com/en/actions)\n- [getsentry/action-github-app-token](https://github.com/getsentry/action-github-app-token)\n- [renovatebot/github-action](https://github.com/renovatebot/github-action)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapter-tech%2Frenovate-bot-self-hosted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapter-tech%2Frenovate-bot-self-hosted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapter-tech%2Frenovate-bot-self-hosted/lists"}