You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40-11Lines changed: 40 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,10 @@ A modern, fast alternative to Dependabot and Renovate built for the JavaScript a
35
35
bun add -g buddy-bot
36
36
37
37
# Interactive setup (recommended)
38
-
bunx buddy-bot setup
38
+
buddy-bot setup
39
39
40
-
# Or run directly
41
-
bunx buddy-bot scan
40
+
# Or run directly for scanning only
41
+
buddy-bot scan
42
42
```
43
43
44
44
## Usage
@@ -51,16 +51,45 @@ The easiest way to get started is with the interactive setup command:
51
51
buddy-bot setup
52
52
```
53
53
54
-
This will guide you through creating GitHub Actions workflows for automated dependency updates. Choose from several presets:
54
+
This comprehensive setup wizard will guide you through configuring automated dependency updates for your project in a Renovate-like experience. The setup process includes:
55
+
56
+
**🔍 Step 1: Repository Detection**
57
+
- Automatically detects your GitHub repository from git remote
58
+
- Validates repository access and configuration
59
+
60
+
**🔑 Step 2: GitHub Token Setup**
61
+
- Guides you through creating a Personal Access Token (PAT)
62
+
- Explains required scopes (`repo`, `workflow`) for full functionality
63
+
- Helps set up repository secrets for enhanced features
64
+
65
+
**🔧 Step 3: Repository Settings**
66
+
- Walks you through GitHub Actions permissions configuration
67
+
- Ensures proper workflow permissions for PR creation
68
+
69
+
**⚙️ Step 4: Workflow Configuration**
70
+
Choose from several carefully crafted presets:
55
71
56
-
-**Standard Project** - Daily patch updates, weekly minor updates, monthly major updates
57
-
-**High Frequency Updates** - Check for updates 4 times per day_(6AM, 12PM, 6PM, 12AM)_
0 commit comments