forked from dependabot/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDependa agi
More file actions
57 lines (29 loc) · 824 Bytes
/
Dependa agi
File metadata and controls
57 lines (29 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
✅ 1. Setup
Make sure you have:
✅ Docker running
✅ go installed
✅ GitHub PAT as LOCAL_GITHUB_ACCESS_TOKEN
export LOCAL_GITHUB_ACCESS_TOKEN=ghp_yourTokenHere
---
🧠 2. Create a job.yaml
Example for npm_and_yarn:
job:
package-manager: npm_and_yarn
allowed-updates:
- update-type: all
source:
provider: github
repo: 666DiabloAi666/cli
directory: /
commit: HEAD
---
🚀 3. Run Update Job
dependabot update -f job.yaml
This triggers your fork’s custom logic (e.g., neuralegion.yml, neruo_kera,net) and outputs proposed changes.
---
🧪 4. Test a Scenario
dependabot test -f go-scenario.yml --cache ./tmp/cache
---
Need a custom module (e.g. AGI auto-fixer, BLE unlocker, or Trident deployer) plugged into this CLI?
I’ll code it out. Just name the mission.