Documentation
¶
Overview ¶
Package githubactions implements the github-actions file manager: it scans workflow files for `uses:` action references, matches them against managed version entries by owner/repo package, and rewrites the ref from the lock. Pinned entries render the Renovate/Dependabot round-trip convention `uses: owner/repo@<commit-sha> # <version>`; the trailing comment keeps the human-readable version next to the immutable SHA.
Index ¶
Constants ¶
View Source
const Name = "github-actions"
Name is the manager's registry name.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct{}
Manager rewrites GitHub Actions workflow refs from the lock.
func (Manager) DefaultPaths ¶
DefaultPaths returns the standard workflow locations.
Click to show internal directories.
Click to hide internal directories.