ELC/pycracks

View on GitHub
.github/dependabot.yml

Summary

Maintainability
Test Coverage
version: 2
updates:
  - package-ecosystem: github-actions
    directory: /
    target-branch: "develop"
    schedule:
      interval: weekly
    groups:
      backwards-compatible:
        update-types:
          - "minor"
          - "patch"

  - package-ecosystem: pip
    directory: /
    target-branch: "develop"
    schedule:
      interval: weekly
    groups:
      backwards-compatible:
        update-types:
          - "minor"
          - "patch"