Dependency Dashboard #14
Labels
No labels
dependencies
No milestone
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
alex/pi-shared#14
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.
Awaiting Schedule
The following updates are awaiting their schedule. To get an update now, click on a checkbox below.
Detected Dependencies
bun (1)
github-actions (1)
/pi can you fix the warning? if so create a new PR
I can see the issue. This repository is hosted on Forgejo (
http://forgejo:3000/alex/pi-shared), but Renovate is trying to look up the reusable workflow referencealex/.profileas a GitHub package (using thegithub-digestdatasource). Sincealex/.profilelives on Forgejo and not GitHub, the lookup fails with "no-result".The fix is to tell Renovate to ignore this internal workflow reference via the existing
renovate.json.Now let me create the PR.The automated PR tool failed (likely because this is a Forgejo instance, not GitHub). Let me create the branch and PR manually via the Forgejo API.Branch pushed. Now let me create the PR via the Forgejo API.Yes, I was able to fix the warning and created PR #15: #15What was the problem
.forgejo/workflows/pi.ymlreferences a reusable workflow fromalex/.profile:That repo lives on Forgejo (
http://forgejo:3000/alex/.profile), but Renovate'sgithub-actionsmanager resolves reusable-workflow references against GitHub (github-digestdatasource). Sincealex/.profileisn't a GitHub repo, the lookup fails withno-result.The fix
Added a
packageRulesentry torenovate.jsonthat disables thegithub-actionsmanager for thealex/.profilepackage:This makes Renovate stop trying to resolve that internal Forgejo reference, clearing the warning. The workflow file itself is left untouched, so the reusable workflow still works as before.
View action run | Model: zai/glm-5.2 (thinking: xhigh) | Time: 1m 57s | Tokens: 55.0K | Pi SDK v0.80.3 | Action v2.25.0-develop (develop @ 0e171ae)