Skip to content

ci(deps): add dependabot config for gomod and github actions#27

Merged
XOlegator merged 2 commits into
mainfrom
ci/dependabot-config
Jul 9, 2026
Merged

ci(deps): add dependabot config for gomod and github actions#27
XOlegator merged 2 commits into
mainfrom
ci/dependabot-config

Conversation

@XOlegator

Copy link
Copy Markdown
Collaborator

Complements the repo security settings enabled today (Dependabot alerts + security updates, secret scanning with push protection, private vulnerability reporting, CodeQL default setup): this config adds proactive weekly version updates on top of the reactive security-only ones.

  • gomod for the root module and tools/ module.
  • github-actions for workflow actions (so the majors bumped in ci(badges): upload coverage to codecov and add README badges #24 stay current automatically).
  • Commit prefixes build(deps) / ci(deps) — pass the Conventional PR Title check and are non-releasing per docs/releasing.md.

XOlegator added 2 commits July 9, 2026 22:01
Weekly version updates for the root and tools Go modules and for GitHub
Actions. Commit prefixes use non-releasing types (build/ci) so dependabot
PRs pass the conventional-title check without triggering releases.
Resolves both Dependabot alerts (moderate: sensitive data leak in logs
on malformed input). Transitive dependency of the tools module only; the
shipped binary is unaffected.
@codecov

codecov Bot commented Jul 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.17%. Comparing base (7fc9304) to head (1839a50).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #27   +/-   ##
=======================================
  Coverage   78.17%   78.17%           
=======================================
  Files          10       10           
  Lines        1283     1283           
=======================================
  Hits         1003     1003           
  Misses        204      204           
  Partials       76       76           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@XOlegator XOlegator merged commit 5546b98 into main Jul 9, 2026
8 checks passed
@XOlegator XOlegator deleted the ci/dependabot-config branch July 9, 2026 19:07
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