Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 850 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 850 Bytes

Dependabot Wizard

The Dependabot Wizard streamlines the setup of basic Dependabot configurations for your projects.

Usage

  1. Install the dependabot wizard cli:
go install github.com/kaypee90/dependabot-wizard/cmd/depbot@latest
  1. Add go/bin to PATH:
export PATH="$PATH:/usr/local/go/bin"

This assumes that your Go installation is in the default location (/usr/local/go). If it's installed elsewhere, adjust the path accordingly.

  1. Verify PATH: You can verify that go/bin is included in your PATH by running:
echo $PATH
  1. Navigate to the .github directory within the desired folder to configure Dependabot:
cd <project>/.github
  1. Start dependabot wizard:
depbot

Depbot in action