From: Stan Ulbrych Date: Wed, 1 Apr 2026 12:46:57 +0000 (+0200) Subject: Increase dependabot interval to quarterly (#147959) X-Git-Tag: v3.15.0a8~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07d5d724849b08442a5e6a54b987e43e038c18b1;p=thirdparty%2FPython%2Fcpython.git Increase dependabot interval to quarterly (#147959) --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e68a07382d58..4b77646e22db 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "monthly" + interval: "quarterly" labels: - "skip issue" - "skip news" @@ -24,7 +24,7 @@ updates: - package-ecosystem: "pip" directory: "/Tools/" schedule: - interval: "monthly" + interval: "quarterly" labels: - "skip issue" - "skip news"