| { | |
| "teams": {}, | |
| "reviewers": {}, | |
| "overrides": [ | |
| { | |
| "description": "Auto-approve automated PRs", | |
| "onlyModifiedByUsers": ["thm-automation[bot]", "renovate-thm[bot]"], | |
| "onlyModifiedFileRegExs": [ | |
| "^.github/workflows/.*", | |
| "^mypy/private/requirements.(in|txt)$" | |
| ] | |
| } | |
| ] | |
| } |