mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
Dependabot seems to have a bug where it does not update dependencies with too-frequent updates at all if a cooldown is applied.
46 lines
874 B
YAML
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"
|