mitmproxy/.github/dependabot.yml
Maximilian Hils 84baae0807
Pin pyinstaller hooks as well (#7059)
pin pyinstaller hooks as well
2024-07-29 14:35:15 +00:00

32 lines
602 B
YAML

version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "monthly"
groups:
"github actions":
patterns:
- "*"
- package-ecosystem: pip
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 10
groups:
pytest:
patterns:
- "pytest*"
- "hypothesis"
pyinstaller:
patterns:
- "pyinstaller*"
mypy:
patterns:
- "types-*"
- "mypy"
openssl:
patterns:
- "pyopenssl"
- "cryptography"