Dev Tools

Dependabot Config Generator

Generate dependabot.yml with package ecosystems, schedules, and version update settings.

Config Version
Package Ecosystems
npm
github-actions
Generated dependabot.yml
version: 2
updates:
  - package-ecosystem: "npm"
    directory: "/"
    schedule:
      interval: "weekly"
    open-pull-requests-limit: 10
    labels:
      - "dependencies"
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
    open-pull-requests-limit: 10
    labels:
      - "ci"
Place this file at .github/dependabot.yml in your repository.
Was this page helpful?

Related tools