leandrotoledo/python-telegram-bot

View on GitHub
.github/dependabot.yml

Summary

Maintainability
Test Coverage
version: 2
updates:
  - package-ecosystem: "pip"
    directory: "/"
    schedule:
      interval: "weekly"
      day: "friday"

  # Updates the dependencies of the GitHub Actions workflows
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "monthly"
      day: "friday"