mitmproxy/.github/dependabot.yml
Maximilian Hils c5c68a9986
Reduce dependency cooldown
Dependabot seems to have a bug where it does not update dependencies with too-frequent updates at all if a cooldown is applied.
2026-08-21 00:29:06 +02:00

46 lines
874 B
YAML

version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
cooldown:
default-days: 7
schedule:
interval: "monthly"
groups:
"github actions":
patterns:
- "*"
- package-ecosystem: pip
directory: "/"
cooldown:
default-days: 7
exclude:
- "pyopenssl"
- "cryptography"
- "mitmproxy*"
schedule:
interval: "monthly"
open-pull-requests-limit: 10
groups:
pytest:
patterns:
- "pytest*"
- "hypothesis"
pyinstaller:
patterns:
- "pyinstaller*"
mypy:
patterns:
- "types-*"
- "mypy"
openssl:
patterns:
- "pyopenssl"
- "cryptography"
tox:
patterns:
- "tox*"
deploy:
patterns:
- "awscli"
- "twine"