Skip to content

chore: add dependabot for Go deps#23

Merged
TeoSlayer merged 5 commits into
mainfrom
feat/pilot-392-consent-flags
Jun 24, 2026
Merged

chore: add dependabot for Go deps#23
TeoSlayer merged 5 commits into
mainfrom
feat/pilot-392-consent-flags

Conversation

@TeoSlayer

Copy link
Copy Markdown
Contributor

Summary

  • Adds .github/dependabot.yml to enable weekly automated dependency updates for Go modules.

Test plan

  • Confirm dependabot PRs appear weekly for Go module updates

teovl and others added 3 commits June 17, 2026 11:43
…gs (PILOT-392)

Introduces github.com/pilot-protocol/common/consent with GetConsent and
SetConsent APIs that read/write the "consent" subkey in ~/.pilot/config.json.
All three flags default to true (opt-out model); writes are atomic via
fsutil.AtomicWrite (temp-file + rename + dir fsync).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codecov

codecov Bot commented Jun 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@TeoSlayer

Copy link
Copy Markdown
Contributor Author

CI is failing (codecov/patch) and the diff goes beyond "add dependabot" — it also pulls in a consent package and beacon constants.

Recommendation: split the dependabot config into its own (trivial, green) PR, and move the consent/beacon changes to a separate PR with their own tests so CI can pass.

@TeoSlayer TeoSlayer merged commit 9564074 into main Jun 24, 2026
12 checks 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.

2 participants