dbotconf is a Go-based tool designed to assist with configuration management
of the dependabot system. It is part of the OpenTelemetry build-tools suite.
To install dbotconf, ensure you have Go installed and run:
go install go.opentelemetry.io/build-tools/dbotconf@latestdbotconf manages Dependabot configuration for multi-module Go repositories.
Usage:
dbotconf [command]
Examples:
dbotconf generate > .github/dependabot.yml
dbotconf verify .github/dependabot.yml
Available Commands:
completion Generate the autocompletion script for the specified shell
generate Generate Dependabot configuration
help Help about any command
verify Verify Dependabot configuration is complete
Flags:
-h, --help help for dbotconf
--ignore strings glob patterns to ignore
Use "dbotconf [command] --help" for more information about a command.
The generate command creates configuration files based on predefined templates.
dbotconf generateThe verify command checks the validity of existing configuration files.
dbotconf verifyThis project is licensed under the Apache License 2.0.