dependabot-config

0.0.5 • Public • Published

dependabot-config

Utilities for creating and managing Dependabot config files

Usage

depc create --p <npm|maven|...> --i <monthly|weekly|daily> --ignore.dir <DIR...> --ignore.path <PATH...>

Create a Dependabot config YAML file in .github/dependabot.yml

  • --p --packageEcosystem: Package ecosystems to support, out of github-actions, npm, pip, maven
  • --int --schedule.interval: Dependabot update frequency (monthly, weekly, or daily)
  • --ignore.dir: Pattern(s) of directories to ignore for traversal
  • --ignore.path: Pattern(s) of file paths to ignore for checking for package files

Patterns must be compatible with minimatch

License

Licensed under MIT

Readme

Keywords

Package Sidebar

Install

npm i dependabot-config

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

12.9 kB

Total Files

16

Last publish

Collaborators

  • kurtisz