Skip to content

ci: keep Dependabot off action majors on the publish path - #16

Merged
CaffeinatedCoder merged 1 commit into
mainfrom
ci/dependabot-no-action-majors
Aug 16, 2026
Merged

ci: keep Dependabot off action majors on the publish path#16
CaffeinatedCoder merged 1 commit into
mainfrom
ci/dependabot-no-action-majors

Conversation

@CaffeinatedCoder

Copy link
Copy Markdown
Owner

Dependabot's first PR after #13 landed (#15) bumps download-artifact → v8, which stops auto-unzipping and would leave the publish job's dist/*.nupkg glob finding a zip; upload-artifact → v7 rides along. Same rule as EFCore.ComplexIndexes#25: the actions ecosystem ignores version-update:semver-major — minors and patches still arrive weekly, grouped; a major on the publish path is a deliberate change with a test behind it. release.yml now carries the note explaining why the artifact actions stay on v6/v7 (this repo's copy never had it).

Meant for #13 but that merged 90 s before the commit reached its branch — hence its own PR. actionlint clean; conventions suite green.

After merging this: close #15. Dependabot won't recreate it.

🤖 Generated with Claude Code

Dependabot's first PR after #13 (#15) bumps download-artifact to v8, which
stops auto-unzipping and would leave the publish job's dist/*.nupkg glob
finding a zip. Majors on the publish path are a deliberate change with a
test behind it; minors and patches still arrive weekly. release.yml now
carries the note explaining why the artifact actions stay on v6/v7. Same
rule as EFCore.ComplexIndexes #25.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@CaffeinatedCoder
CaffeinatedCoder merged commit a55bfd6 into main Aug 16, 2026
8 checks passed
@CaffeinatedCoder
CaffeinatedCoder deleted the ci/dependabot-no-action-majors branch August 16, 2026 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant