Skip to content

Conversation

@mrz1836
Copy link
Collaborator

@mrz1836 mrz1836 commented Jul 16, 2025

What Changed

  • Changed DEPENDABOT_AUTO_MERGE_MINOR_PROD to true in .github/.env.shared
  • Updated formatting instructions in AGENTS.md to use gofumpt -w .

Why It Was Necessary

  • Enables Dependabot to auto-merge minor production dependencies
  • Keeps documentation consistent with current formatting command usage

Testing Performed

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

Impact / Risk

  • Low risk documentation and configuration updates

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

@sonarqubecloud
Copy link

@github-actions github-actions bot added documentation Improvements or additions to documentation feature Any new significant addition update General updates labels Jul 16, 2025
@github-actions github-actions bot added the size/XS Very small change (≤10 lines) label Jul 16, 2025
@mrz1836 mrz1836 merged commit 42eb4bb into master Jul 16, 2025
25 checks passed
@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!

@github-actions github-actions bot deleted the feat/update-dependabot_auto_merge_minor_prod branch July 16, 2025 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

codex documentation Improvements or additions to documentation feature Any new significant addition size/XS Very small change (≤10 lines) update General updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants