ci(renovate): ignore internal Forgejo workflow reference alex/.profile #15
No reviewers
Labels
No labels
dependencies
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
alex/pi-shared!15
Loading…
Reference in a new issue
No description provided.
Delete branch "pi/fix-renovate-warning"
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?
Summary
Fixes the Renovate warning on the dependency dashboard (#14):
Cause
.forgejo/workflows/pi.ymlreferences a reusable workflow fromalex/.profile, which lives on Forgejo, not GitHub. Renovate'sgithub-actionsmanager resolves reusable workflow references via itsgithub-digestdatasource (i.e. GitHub), so the lookup fails withno-result.Fix
Add a
packageRulesentry inrenovate.jsonthat disables thegithub-actionsmanager for thealex/.profilepackage, so Renovate stops trying (and failing) to resolve this internal reference. The reference is still kept in the workflow file itself — only the Renovate lookup is suppressed.