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
- Host: GitHub
- URL: https://github.com/paulvollmer/dependabot-config-go
- Owner: paulvollmer
- License: mit
- Created: 2020-06-26T21:39:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T11:54:09.000Z (about 1 year ago)
- Last Synced: 2024-10-12T00:48:43.134Z (about 1 year ago)
- Topics: dependabot
- Language: Go
- Homepage:
- Size: 65.4 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dependabot-config-go
![CI][ci]
[][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