https://github.com/garrettsummerfi3ld/frc-vendordep-update-action
A GitHub action that automatically updates your FRC vendordeps via a PR
https://github.com/garrettsummerfi3ld/frc-vendordep-update-action
dependencies first-robotics-competition frc github-actions
Last synced: about 2 months ago
JSON representation
A GitHub action that automatically updates your FRC vendordeps via a PR
- Host: GitHub
- URL: https://github.com/garrettsummerfi3ld/frc-vendordep-update-action
- Owner: garrettsummerfi3ld
- License: mit
- Created: 2024-02-15T05:47:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T19:39:34.000Z (4 months ago)
- Last Synced: 2025-02-13T10:44:51.486Z (4 months ago)
- Topics: dependencies, first-robotics-competition, frc, github-actions
- Language: TypeScript
- Homepage:
- Size: 994 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# FRC VendorDep Update Action

[](https://github.com/garrettsummerfi3ld/frc-vendordep-update-action/actions/workflows/codeql-analysis.yml)
Updates FRC vendordeps in your repository.**_Work in progress._**
## Config options
| Option | Description | Default Value |
| --------- | --------------------------------------------------------- | -------------------------------------------------------------------- |
| `dir` | Directory of the vendordeps to look for | `./vendordeps` |
| `author` | Author of the commit that is getting pull requested | `github-actions[bot] ` |
| `token` | The token to be used for the commit | `GITHUB_TOKEN` |
| `dry-run` | Runs the action in a read-only state, not making a commit | `false` |