Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.