Skip to content

feat(renovate): Add workflow_dispatch input to target specific repos#532

Merged
erezrokah merged 1 commit into
mainfrom
cloudquery-cloud-package
Jun 2, 2026
Merged

feat(renovate): Add workflow_dispatch input to target specific repos#532
erezrokah merged 1 commit into
mainfrom
cloudquery-cloud-package

Conversation

@mnorbury
Copy link
Copy Markdown
Contributor

@mnorbury mnorbury commented Jun 1, 2026

Adds an optional repositories input to the Renovate workflow_dispatch trigger so the workflow can be run against a specific repo (or comma-separated list) on demand. When the input is provided, a guarded step disables autodiscovery and sets RENOVATE_REPOSITORIES, overriding autodiscover: true from the JS config; scheduled and blank-input runs keep full org autodiscovery unchanged. This enables fast, isolated test runs — useful for diagnosing the 401 / Bad credentials errors caused by the 60-minute GitHub App token expiry on long org-wide runs.

🤖 Generated with Claude Code

Add an optional `repositories` input to the Renovate workflow_dispatch
trigger. When provided, autodiscovery is disabled and Renovate runs
against only the specified repo(s), enabling fast isolated test runs
(e.g. to diagnose the 60-minute GitHub App token expiry on org-wide runs).
Scheduled and blank-input runs keep full org autodiscovery unchanged.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@mnorbury mnorbury requested a review from a team as a code owner June 1, 2026 14:16
@mnorbury mnorbury requested review from dcelasun and removed request for a team June 1, 2026 14:16
@erezrokah erezrokah merged commit 77deeee into main Jun 2, 2026
5 of 6 checks passed
@erezrokah erezrokah deleted the cloudquery-cloud-package branch June 2, 2026 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants