Renovate Dashboard, WARN: GitHub token is required for some dependencies #285

Closed
opened 2026-05-27 16:17:34 +00:00 by guettli · 3 comments
guettli commented 2026-05-27 16:17:34 +00:00 (Migrated from codeberg.org)

Implement below plan

Implement below plan
guettlibot commented 2026-05-27 16:36:04 +00:00 (Migrated from codeberg.org)

Implementation Plan

Root Cause

Disable the github-actions manager (recommended, minimal change)

Edit renovate.json to disable the manager explicitly:

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": ["config:recommended"],
  "labels": ["dependencies"],
  "github-actions": {
    "enabled": false
  },
  "packageRules": [...]
}

What changes: one key in renovate.json — remove the old fileMatch and add "enabled": false.

Effect: Renovate stops scanning workflow YAML files for action version updates. No GitHub API calls are made. Warning disappears.

## Implementation Plan ### Root Cause #### Disable the `github-actions` manager (recommended, minimal change) Edit `renovate.json` to disable the manager explicitly: ```json { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], "labels": ["dependencies"], "github-actions": { "enabled": false }, "packageRules": [...] } ``` **What changes**: one key in `renovate.json` — remove the old `fileMatch` and add `"enabled": false`. **Effect**: Renovate stops scanning workflow YAML files for action version updates. No GitHub API calls are made. Warning disappears.
guettlibot commented 2026-05-27 16:37:02 +00:00 (Migrated from codeberg.org)

Planning complete. To resume this session:

claude --resume 2bb20c84-afb1-44ea-9a10-eee3b4be3f2a
Planning complete. To resume this session: ``` claude --resume 2bb20c84-afb1-44ea-9a10-eee3b4be3f2a ```
guettlibot commented 2026-05-27 20:38:13 +00:00 (Migrated from codeberg.org)

Agent opened PR #306 but no CI run appeared on branch issue-285-fix after 15 min. The agent may not have pushed any commits. Please investigate and resume manually.

Agent opened PR #306 but no CI run appeared on branch `issue-285-fix` after 15 min. The agent may not have pushed any commits. Please investigate and resume manually.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: guettli/sharedinbox#285