Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliasnorrby/dependabot-config
:robot: Dependabot config script for JavaScript projects
https://github.com/eliasnorrby/dependabot-config
Last synced: about 23 hours ago
JSON representation
:robot: Dependabot config script for JavaScript projects
- Host: GitHub
- URL: https://github.com/eliasnorrby/dependabot-config
- Owner: eliasnorrby
- Created: 2019-12-17T18:28:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T09:35:32.000Z (over 2 years ago)
- Last Synced: 2024-04-24T20:43:22.031Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 405 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Dependabot Config
[![Travis][travis-badge]][travis-link]
[![npm][npm-badge]][npm-link][![Dependabot Status][dependabot-badge]][dependabot-link]
[![semantic-release][semantic-release-badge]][semantic-release-link]A simple script for writing a dependabot configuration file to a project.
# Setup
## Using `npx`
Run the following command to write the configuration file
```sh
npx @eliasnorrby/dependabot-config
```This will run a setup script, writing to `.dependabot/config.yml`. Existing
files will not be overwritten unless you pass the `--force` flag.## Adding a reviewer
Pass the `-r` (`--reviewer`) flag with an optional argument to specify a default
reviewer for dependabot pull requests (defaults to `eliasnorrby`).[travis-badge]: https://img.shields.io/travis/com/eliasnorrby/dependabot-config?style=for-the-badge
[travis-link]: https://travis-ci.com/eliasnorrby/dependabot-config
[npm-badge]: https://img.shields.io/npm/v/@eliasnorrby/dependabot-config?style=for-the-badge
[npm-link]: https://www.npmjs.com/package/@eliasnorrby/dependabot-config
[dependabot-badge]: https://api.dependabot.com/badges/status?host=github&repo=eliasnorrby/dependabot-config
[dependabot-link]: https://dependabot.com
[semantic-release-badge]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-release-link]: https://github.com/semantic-release/semantic-release