From 47fc534a8d7b40ce0ba1fe18cef1568320e36565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bot=20of=20Thomas=20G=C3=BCttler?= Date: Thu, 28 May 2026 05:03:02 +0200 Subject: [PATCH] fix: disable github-actions manager to suppress GitHub token warning (#285) (#306) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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) Co-authored-by: Thomas SharedInbox Reviewed-on: https://codeberg.org/guettli/sharedinbox/pulls/306 --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 1b818f4..083d88b 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,7 @@ ], "labels": ["dependencies"], "github-actions": { - "fileMatch": ["^\\.forgejo/workflows/[^/]+\\.ya?ml$"] + "enabled": false }, "packageRules": [ {