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.
- Host: GitHub
- URL: https://github.com/altinn/dependabot-config-creator
- Owner: Altinn
- License: mit
- Created: 2020-07-02T11:16:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T16:00:47.000Z (almost 4 years ago)
- Last Synced: 2025-01-22T20:08:54.770Z (over 1 year ago)
- Topics: command-line-tool, dependabot, dotnet-core
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).