Skip to content

Conversation

@mrz1836
Copy link
Collaborator

@mrz1836 mrz1836 commented Jul 16, 2025

What Changed

  • enable DEPENDABOT_AUTO_MERGE_MINOR_PROD in .github/.env.shared
  • document gofumpt -w . instead of gofumpt -w ./...

Why It Was Necessary

  • allows Dependabot to automatically merge minor production dependency updates
  • keeps formatting instructions accurate

Testing Performed

  • go fmt ./...
  • goimports -w .
  • gofumpt -w .
  • golangci-lint run (failed: unknown linters)
  • go vet ./...
  • go test ./...

Impact / Risk

  • minimal risk as this is a workflow configuration and documentation change

https://chatgpt.com/codex/tasks/task_e_6877d2e61c288321a895b543c47ec2ff

@mrz1836 mrz1836 requested a review from icellan as a code owner July 16, 2025 17:04
@github-actions github-actions bot added the size/XS Very small change (≤10 lines) label Jul 16, 2025
@sonarqubecloud
Copy link

@github-actions github-actions bot added the feature Any new significant addition label Jul 16, 2025
@mrz1836 mrz1836 merged commit a4e1029 into master Jul 16, 2025
17 checks passed
@github-actions github-actions bot deleted the feat/update-dependabot_auto_merge_minor_prod-value branch July 16, 2025 17:05
@codecov
Copy link

codecov bot commented Jul 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

codex feature Any new significant addition size/XS Very small change (≤10 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants