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
All dependency files are parsed using the `ts-pkgx` library to ensure compatibility with the pkgx registry ecosystem while maintaining support for tools like Launchpad that reuse the same registry format.
-**.github/workflows/*.yaml** - Alternative YAML extension
197
+
198
+
All dependency files are parsed using the `ts-pkgx` library to ensure compatibility with the pkgx registry ecosystem while maintaining support for tools like Launchpad that reuse the same registry format. GitHub Actions are detected by parsing `uses:` statements in workflow files and checking for updates via the GitHub releases API.
199
+
200
+
### Pull Request Format
201
+
202
+
Buddy generates comprehensive pull requests with **three separate dependency tables**:
203
+
204
+
#### 1. npm Dependencies
205
+
Full table with confidence badges, age, adoption metrics, and weekly download statistics:
Copy file name to clipboardExpand all lines: docs/config.md
+71-1Lines changed: 71 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Buddy can be configured using a `buddy-bot.config.ts`_(or `buddy-bot.config.js`)_ file and it will be automatically loaded when running buddy commands.
4
4
5
-
Buddy automatically detects and updates multiple dependency file formats including `package.json`, pkgx dependency files (`deps.yaml`, `pkgx.yaml`), and Launchpad dependency files that use the same registry format.
5
+
Buddy automatically detects and updates multiple dependency file formats including `package.json`, pkgx dependency files (`deps.yaml`, `pkgx.yaml`), Launchpad dependency files that use the same registry format, and GitHub Actions workflow dependencies.
0 commit comments