From 58370ffb84f8fa0d048b1543d17e9c8e84cb5f6d Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 13 Apr 2026 19:36:34 +0200 Subject: [PATCH] Remove cooldown from pyOpenSSL and our own packages --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dd71ff578..93e57441b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,10 @@ updates: directory: "/" cooldown: default-days: 42 + exclude: + - "pyopenssl" + - "cryptography" + - "mitmproxy*" schedule: interval: "monthly" open-pull-requests-limit: 10