Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kavirajk/dependabot-play
Play with dependabot.
https://github.com/kavirajk/dependabot-play
Last synced: 2 days ago
JSON representation
Play with dependabot.
- Host: GitHub
- URL: https://github.com/kavirajk/dependabot-play
- Owner: kavirajk
- Created: 2023-07-25T09:12:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-05T01:44:12.000Z (10 months ago)
- Last Synced: 2024-02-05T02:39:46.690Z (10 months ago)
- Language: Go
- Size: 5.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
This is copied from original repo https://github.com/ying-jeanne/dependabot_autoapproval
# Dependabot Autoapproval
This repository contains a GitHub Action that automatically approves pull requests raised by Dependabot, depending on whether the library is contained in a whitelist. It also allows you to provide a reason for whitelisting a library and add comments to the pull requests.
## Purpose
When using Dependabot to manage your project's dependencies, it can be helpful to automate the process of approving and merging pull requests that update these dependencies. The Dependabot Autoapproval GitHub Action provided in this repository allows you to streamline this process by automatically approving pull requests for libraries that are included in a predefined whitelist.
## Usage
To use the Dependabot Autoapproval GitHub Action in your repository, follow these steps:
1. Create a `.github/workflows/autoapproval.yml` file in your repository with the [Content](https://github.com/ying-jeanne/dependabot_autoapproval/blob/main/.github/workflows/dependabot_reviewer.yml)
Commit and push the changes to your repository. The Dependabot Autoapproval GitHub Action will be triggered when a pull request is opened by Dependabot, automatically approving it and merging it
## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.## License
This repository is licensed under the MIT License.