https://github.com/python/cpython/commit/07d5d724849b08442a5e6a54b987e43e038c18b1
commit: 07d5d724849b08442a5e6a54b987e43e038c18b1
branch: main
author: Stan Ulbrych <[email protected]>
committer: sethmlarson <[email protected]>
date: 2026-04-01T12:46:57Z
summary:

Increase dependabot interval to quarterly (#147959)

files:
M .github/dependabot.yml

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index e68a07382d5884..4b77646e22db4b 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"

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to