Skip to content

Utilities for creating and managing Dependabot config files

License

Notifications You must be signed in to change notification settings

graybrace/dependabot-config

Repository files navigation

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