You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add update-types support to the Allowed struct, matching the existing
pattern in the Condition (ignore) struct. This enables semver-level
filtering (major/minor/patch) in allow blocks of dependabot.yml.
Changes:
- Add UpdateTypes []string field to Allowed struct in model/job.go
- Add update-types entry to exampleJob YAML fixture
- Add TestAllowedUpdateTypes: verifies YAML unmarshal of update-types
- Add TestAllowedUpdateTypesJSON: verifies JSON round-trip serialization
Relates to dependabot/dependabot-core#12668.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments