feat: Add Dependabot config and README badges
- Add Dependabot for Go modules, GitHub Actions, and Python dependencies - Add badges: Go version, release, CI status, Go Report Card, license, PyPI - Weekly automated security and dependency updates Amp-Thread-ID: https://ampcode.com/threads/T-ea1982a4-56dc-482a-8c00-00963623cd64 Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
32
.github/dependabot.yml
vendored
Normal file
32
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
# Go modules
|
||||||
|
- package-ecosystem: "gomod"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
open-pull-requests-limit: 5
|
||||||
|
labels:
|
||||||
|
- "dependencies"
|
||||||
|
- "go"
|
||||||
|
|
||||||
|
# GitHub Actions
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
open-pull-requests-limit: 5
|
||||||
|
labels:
|
||||||
|
- "dependencies"
|
||||||
|
- "ci"
|
||||||
|
|
||||||
|
# Python (beads-mcp)
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/integrations/beads-mcp"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
open-pull-requests-limit: 5
|
||||||
|
labels:
|
||||||
|
- "dependencies"
|
||||||
|
- "python"
|
||||||
|
- "mcp"
|
||||||
@@ -1,5 +1,12 @@
|
|||||||
# bd - Beads Issue Tracker 🔗
|
# bd - Beads Issue Tracker 🔗
|
||||||
|
|
||||||
|
[](https://go.dev/)
|
||||||
|
[](https://github.com/steveyegge/beads/releases)
|
||||||
|
[](https://github.com/steveyegge/beads/actions/workflows/ci.yml)
|
||||||
|
[](https://goreportcard.com/report/github.com/steveyegge/beads)
|
||||||
|
[](LICENSE)
|
||||||
|
[](https://pypi.org/project/beads-mcp/)
|
||||||
|
|
||||||
**Give your coding agent a memory upgrade**
|
**Give your coding agent a memory upgrade**
|
||||||
|
|
||||||
> **⚠️ Alpha Status**: This project is in active development. The core features work well, but expect API changes before 1.0. Use for development/internal projects first.
|
> **⚠️ Alpha Status**: This project is in active development. The core features work well, but expect API changes before 1.0. Use for development/internal projects first.
|
||||||
|
|||||||
Reference in New Issue
Block a user