https://github.com/satansdeer/dependabot-overlord
A helper script to merge all the dependabot PRs at once.
https://github.com/satansdeer/dependabot-overlord
Last synced: 3 months ago
JSON representation
A helper script to merge all the dependabot PRs at once.
- Host: GitHub
- URL: https://github.com/satansdeer/dependabot-overlord
- Owner: satansdeer
- Created: 2021-11-06T11:10:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T01:45:31.000Z (over 3 years ago)
- Last Synced: 2025-02-05T05:28:17.637Z (4 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dependabot Overlord
A helper script to merge all the dependabot PRs at once.## Merge the PRs
To merge the pending PRs run the `merge:prs` script.```
yarn merge:prs
```