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

https://github.com/altinn/dependabot-config-creator

Tool for creating a dependabot.yml file for a repo.
https://github.com/altinn/dependabot-config-creator

command-line-tool dependabot dotnet-core

Last synced: over 1 year ago
JSON representation

Tool for creating a dependabot.yml file for a repo.

Awesome Lists containing this project

README

          

# Dependabot Config Creator

Tool for generating a [version 2 dependabot.yml file](https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates).

## Usage

```shell
dotnet run --help
```

## Limitations

The tool is currently only scanning for `docker`, `npm`, `nuget` and `maven`,
and not all [package-ecosystems](https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem).