| { |
| "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
| "extends": [":semanticCommitsDisabled"], |
| "enabledManagers": ["github-actions", "pip_requirements"], |
| "timezone": "America/New_York", |
| "schedule": ["every weekday after 9am before 5pm"], |
| "branchConcurrentLimit": 10, |
| "labels": ["automerge"], |
| "dependencyDashboard": true, |
| "packageRules": [ |
| { |
| "matchFiles": ["MODULE.bazel"], |
| "enabled": false |
| } |
| ], |
| "pip_requirements": { |
| "fileMatch": ["mypy/private/requirements.in"], |
| "ignorePaths": [ |
| "examples/demo/requirements.in", |
| "examples/demo/requirements.txt", |
| "mypy/private/requirements.txt" |
| ], |
| "rangeStrategy": "bump" |
| } |
| } |