f213/education-backend

View on GitHub
renovate.json

Summary

Maintainability
Test Coverage
{
  "extends": [
    "config:base"
  ],
  "enabledManagers": ["poetry"],
  "ignoreDeps": ["boto3", "boto3-stubs", "botocore", "botocore-stubs", "s3transfer"],
  "packageRules": [
    {
      "matchUpdateTypes": ["minor", "patch", "pin", "digest"],
      "automerge": true
    }
  ]
}