Skip to content

kaypee90/dependabot-wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 root directory of your project:
cd <project>
  1. Start dependabot wizard:
depbot

Depbot in action