fix: disable github-actions manager to suppress GitHub token warning (#285) #306

Merged
guettlibot merged 1 commits from refs/pull/306/head into main 2026-05-28 03:03:04 +00:00
guettlibot commented 2026-05-27 20:23:05 +00:00 (Migrated from codeberg.org)

Summary

  • Disables the github-actions Renovate manager in renovate.json
  • Removes the previous fileMatch override that pointed Renovate at Forgejo workflow files
  • Stops Renovate from scanning workflow YAML files for action version updates, eliminating GitHub API calls and the "GitHub token is required" warning

Test plan

  • Verify renovate.json is valid JSON (done locally with python3 -m json.tool)
  • Confirm the next Renovate run no longer produces the GitHub token warning in its logs

🤖 Generated with Claude Code

## Summary - Disables the `github-actions` Renovate manager in `renovate.json` - Removes the previous `fileMatch` override that pointed Renovate at Forgejo workflow files - Stops Renovate from scanning workflow YAML files for action version updates, eliminating GitHub API calls and the "GitHub token is required" warning ## Test plan - [ ] Verify `renovate.json` is valid JSON (done locally with `python3 -m json.tool`) - [ ] Confirm the next Renovate run no longer produces the GitHub token warning in its logs 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.