otiai10/gosseract

View on GitHub
.github/dependabot.yml

Summary

Maintainability
Test Coverage
version: 2
updates:
  # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem
  - package-ecosystem: gomod
    directory: /
    schedule:
      interval: weekly
    target-branch: main
    reviewers:
      - otiai10
    assignees:
      - otiai10