unixorn/git-extra-commands

View on GitHub
.github/dependabot.yml

Summary

Maintainability
Test Coverage
---
# Use `allow` to specify which dependencies to maintain

version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"

  - package-ecosystem: "pip"
    directory: "/"
    schedule:
      interval: "weekly"