Skip to content

fix: add Dependabot config for gomod + github-actions weekly updates (PILOT-382)#5

Open
matthew-pilot wants to merge 1 commit into
mainfrom
openclaw/pilot-382-20260602-215700
Open

fix: add Dependabot config for gomod + github-actions weekly updates (PILOT-382)#5
matthew-pilot wants to merge 1 commit into
mainfrom
openclaw/pilot-382-20260602-215700

Conversation

@matthew-pilot
Copy link
Copy Markdown
Collaborator

Summary

Add .github/dependabot.yml to enable automated weekly dependency updates for:

  • Go modules (gomod) — limit 5 PRs, labeled dependencies + go
  • GitHub Actions — limit 5 PRs, labeled dependencies + ci

Scope

  • 1 file, +19/-0 lines (small tier)
  • .github/workflows/notify-canary.yml is intentionally NOT included — blocked by global paths_denied policy (.github/workflows/**). Needs operator creation.

Verification

  • go build ./...
  • go vet ./...
  • go test ./... ✅ (all 5 packages pass)

Jira

https://vulturelabs.atlassian.net/browse/PILOT-382

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@matthew-pilot
Copy link
Copy Markdown
Collaborator Author

🤖 PR Status Check

PR #5: fix: add Dependabot config for gomod + github-actions weekly updates (PILOT-382)
State: open | Mergeable: MERGEABLE (clean) ✅
CI: 2/2 ✅ all passing
Changes: +19/−0 in 1 file(s)
Labels: (none)


matthew-pr-worker • 2026-06-02T22:18:00Z

@matthew-pilot
Copy link
Copy Markdown
Collaborator Author

🤖 PR Explanation

fix: add Dependabot config for gomod + github-actions weekly updates (PILOT-382)

Summary

Summary

Add .github/dependabot.yml to enable automated weekly dependency updates for:

  • Go modules (gomod) — limit 5 PRs, labeled dependencies + go
  • GitHub Actions — limit 5 PRs, labeled dependencies + ci

Scope

  • 1 file, +19/-0 lines (small tier)
  • .github/workflows/notify-canary.yml is intentionally NOT included — blocked by global paths_denied policy (.github/workflows/**). Needs operator creation.

Verification

  • go build ./...
  • go vet ./...
  • `go test...

Changes

+19/−0 lines across 1 file(s):

  • .github/dependabot.yml (+19/−0): version: 2

Files Changed

.github/dependabot.yml


matthew-pr-worker • 2026-06-02T22:18:00Z

@matthew-pilot
Copy link
Copy Markdown
Collaborator Author

📊 PR Status — Self-Review

PR #5: fix: add Dependabot config for gomod + github-actions weekly updates (PILOT-382)
State: open · Mergeable: ✅ yes (clean)
CI: ✅ test passed · ✅ codecov/patch passed · ✅ snyk passed
Canary: not triggered (.github/workflows/** blocked by paths_denied)
Jira: PILOT-382
Created: 2026-06-02 21:58 UTC · Branch: openclaw/pilot-382-...
Scope: 1 file, +19/-0 (small tier — dependabot config)

Self-authored config-only PR. All CI green. Ready for operator review.

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