Skip to content

chore: add renovate.json for dependency updates#105

Merged
winebarrel merged 1 commit into
mainfrom
feat-renovate-config
May 6, 2026
Merged

chore: add renovate.json for dependency updates#105
winebarrel merged 1 commit into
mainfrom
feat-renovate-config

Conversation

@winebarrel

Copy link
Copy Markdown
Owner

Summary

Add Renovate configuration mirroring the pistachio repo:

  • `config:recommended` — Renovate's sensible defaults preset.
  • `:disableDependencyDashboard` — skip the dashboard issue.
  • `postUpdateOptions: gomodTidy` — run `go mod tidy` after Go module updates.
  • `vulnerabilityAlerts.enabled: true` — security advisories take priority.

`TODO.md` drops the corresponding "Low" entry; the section is now empty so the heading goes too.

Test plan

  • JSON validates.
  • First Renovate run on the repo will validate the config end-to-end.

🤖 Generated with Claude Code

Mirrors the pistachio config: extend `config:recommended` (Renovate's
default sensible-defaults preset), disable the dependency dashboard
issue, run `gomodTidy` after Go module updates, and enable
vulnerability alerts so security advisories get prioritised.

TODO.md drops the corresponding "Low" entry; the section is now
empty so the heading goes too.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 6, 2026 06:40
@winebarrel winebarrel enabled auto-merge May 6, 2026 06:40

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a minimal Renovate configuration to enable automated dependency updates for this repository, and cleans up the TODO list now that the work item is complete.

Changes:

  • Add renovate.json using Renovate’s recommended preset, disabling the dependency dashboard, running go mod tidy after Go module updates, and enabling vulnerability alerts.
  • Remove the completed Renovate/dependabot TODO entry (and its now-empty heading) from TODO.md.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
TODO.md Removes the completed “Renovate / dependabot config” TODO section.
renovate.json Introduces Renovate configuration for automated dependency updates and vulnerability alert prioritization.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@winebarrel winebarrel merged commit 79738fd into main May 6, 2026
7 checks passed
@winebarrel winebarrel deleted the feat-renovate-config branch May 6, 2026 06:42
@codecov

codecov Bot commented May 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.86%. Comparing base (87e3dd5) to head (c11d7ed).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #105   +/-   ##
=======================================
  Coverage   86.86%   86.86%           
=======================================
  Files          30       30           
  Lines        3357     3357           
=======================================
  Hits         2916     2916           
  Misses        270      270           
  Partials      171      171           

☔ View full report in Codecov by Sentry.
📢 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.

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.

2 participants