go install git.unistack.org/unistack-org/pkgdash/cmd/pkgdashcli@latest
Config
Before starting, you should fill out the configuration file.
The file must be located in the .gitea, .gitlab, .github directory
according to the git type you are using.
branches - array of main branches
source - information about the version control system
source.type - type of version control system
source.apiurl - path to the version control system api
source.repository - repository name
source.owner - username of the repository owner
update_opt - dependency update options
update_opt.pre - update to pre-release versions
update_opt.major - compare only major versions in modules
update_opt.up_major - raise the version according to major