Prerequisites
Before using Ona to handle Renovate dependencies, ensure your development environment has the necessary tools and authentication.1. Configure GitHub CLI access
Add the GitHub CLI feature to your dev container configuration:2. Set up GitHub authentication
Configure GitHub authentication using either:Option A: Using existing GitHub App permissions
If your GitHub app has the necessary permissions, Gitpod will automatically provide the GitHub token.Option B: Adding a Personal Access Token
- Navigate to Settings > Secrets in your Gitpod dashboard
- Create a new user secret named
GITHUB_TOKEN
- Add your GitHub personal access token as the value