Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ updates:
applies-to: version-updates
patterns:
- "*"
# Swift major tags can move before a stable release. Keep them in a
# separately reviewable PR that must carry runtime consumer evidence.
exclude-patterns:
- swift-actions/setup-swift
- package-ecosystem: pip
directory: "/"
schedule:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

### Changed

- Exclude `swift-actions/setup-swift` from the broad GitHub Actions Dependabot
group so major Swift action updates receive a separate review and runtime
consumer proof instead of blocking unrelated stable action updates.

- Make `private-static.yml` caller-provided install and validation command
blocks fail on the first unsuccessful command, and enforce both fail-fast
runners through the reusable-workflow contract validator.
Expand Down