Skip to content

fix: resolve #17 — Add Dependabot configuration for Go dependencies#19

Merged
bketelsen merged 1 commit intomainfrom
yeti/issue-17-0e77
Mar 27, 2026
Merged

fix: resolve #17 — Add Dependabot configuration for Go dependencies#19
bketelsen merged 1 commit intomainfrom
yeti/issue-17-0e77

Conversation

@frostyardyeti
Copy link
Copy Markdown

@frostyardyeti frostyardyeti bot commented Mar 27, 2026

Summary

Adds a Dependabot configuration to automate Go module dependency updates, closing #17. This ensures dependencies stay current with weekly update checks, reducing the risk of falling behind on security patches and bug fixes.

Changes

  • Added .github/dependabot.yml with Go modules (gomod) ecosystem configured
  • Set update schedule to weekly
  • Configured commit message prefix (deps) and PR label (dependencies) consistent with other frostyard repos

Closes #17

Configure weekly automated dependency updates for the gomod ecosystem.
PRs will use the "deps" commit-message prefix (consistent with repo's
conventional-commit style) and the "dependencies" label.

Closes #17

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@bketelsen bketelsen merged commit 2e41282 into main Mar 27, 2026
1 check passed
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.

Add Dependabot configuration for Go dependencies

2 participants