parser

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 2, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PackageUpdate

type PackageUpdate struct {
	Package   string
	ToVersion string
}

PackageUpdate represents a parsed dependency update

func ParseTitle

func ParseTitle(title string, customPatterns []string) PackageUpdate

ParseTitle attempts to extract package and version from a PR title Custom patterns (if provided) are tried first, then default patterns Returns (package, version) or ("unknown", "unknown") if parsing fails

func (PackageUpdate) GroupKey

func (u PackageUpdate) GroupKey() string

GroupKey returns the group key for this update

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL