Open
Conversation
Renovate failed with "No repositories found" because it wasn't told which repo to manage. Set RENOVATE_REPOSITORIES to the current repo. See: #4736 Error: "No repositories found - did you want to run with flag --autodiscover?" Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
GITHUB_TOKEN needs contents:write (to push branches) and pull-requests:write (to open PRs). Without these, Renovate fails with platform-unknown-error at initRepo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
andrewnester
approved these changes
Mar 13, 2026
GITHUB_TOKEN cannot be used with Renovate (documented limitation). Use the existing DECO_WORKFLOW_TRIGGER GitHub App to generate a token, matching the pattern already used in push.yml and start-integration-tests.yml. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The DECO_WORKFLOW_TRIGGER secrets are scoped to the test-trigger-is environment and require the deco runner group, matching the pattern used in push.yml for integration-trigger. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
|
Commit: 519c785
25 interesting tests: 10 flaky, 7 SKIP, 6 RECOVERED, 1 KNOWN, 1 FAIL
Top 21 slowest tests (at least 2 minutes):
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
No repositories found - did you want to run with flag --autodiscover?because it wasn't told which repo to manage.RENOVATE_REPOSITORIESto${{ github.repository }}so Renovate discovers the correct repo.Follow-up to #4736
Test plan
gh workflow run renovate.ymland verify Renovate discovers all 3 go.mod files🤖 Generated with Claude Code