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

https://github.com/paulvollmer/dependabot-config-go

Package to marshal and unmarshal dependabot.yml config files
https://github.com/paulvollmer/dependabot-config-go

dependabot

Last synced: 6 months ago
JSON representation

Package to marshal and unmarshal dependabot.yml config files

Awesome Lists containing this project

README

          

# dependabot-config-go

![CI][ci]
[![GoDev](https://img.shields.io/static/v1?label=godev&message=reference&color=00add8)][godev]

Package to marshal and unmarshal [`dependabot.yml`][dependabot_docs] config files.

## Install

```
go get -u github.com/paulvollmer/dependabot-config-go
```

## License

MIT - See [LICENSE][license] file

[ci]: https://github.com/paulvollmer/dependabot-config-go/workflows/CI/badge.svg
[godev]: https://pkg.go.dev/github.com/paulvollmer/dependabot-config-go
[dependabot_docs]: https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
[license]: https://github.com/paulvollmer/dependabot-config-go/blob/master/LICENSE