fix: add dependabot config for gomod and github-actions (PILOT-368)#6
fix: add dependabot config for gomod and github-actions (PILOT-368)#6matthew-pilot wants to merge 1 commit into
Conversation
…OT-368) Add .github/dependabot.yml with weekly gomod and github-actions update schedules, per the repo hygiene parent task PILOT-162. Note: .github/workflows/notify-canary.yml is not included because .github/workflows/** is in the agent paths_denied list. That part requires operator or Hank to create separately. Closes PILOT-368
📊 PR Status — Self-ReviewPR #6: fix: add dependabot config for gomod and github-actions (PILOT-368)
|
🔍 PR Explain — Self-ReviewPR #6: What this PR doesAdds
Changes
Mergeability
Self-Review SummarySimple config-only PR. No code changes. Standard repo-hygiene improvement per PILOT-368. Ready for operator review/merge when CI passes. |
What
Add
.github/dependabot.ymlwith weekly update schedules for:Per PILOT-368 (repo hygiene, parent PILOT-162).
What's NOT included
.github/workflows/notify-canary.ymlis also requested in PILOT-368 but cannot be created by the agent —.github/workflows/**is in the auto-fix paths_denied list. The workflow file should be added by the operator or Hank separately.Verification
go build ./...— ✅ cleango vet ./...— pre-existing failure on main (go.sum/go.mod out of sync), unrelated to this YAML-only changegit diff --stat HEAD~1— 1 file, 22 insertionsLabels
matthew-fix,repo-hygieneCloses PILOT-368