This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch add-dependabot-cooldown-pre-commit
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit aaf17b664853a0a1296e048bc061e3d9be5052cd
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Mar 22 10:37:49 2026 +0100

    Add cooldown days for pre-commit dependabot ecosystem
    
    All other ecosystems (npm, github-actions) already had cooldown
    configured with default-days: 4. This adds the same setting to
    pre-commit for consistency.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
---
 .github/dependabot.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 40616e4708..8ab1347d97 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -41,6 +41,8 @@ updates:
         patterns:
           - "*"
   - package-ecosystem: pre-commit
+    cooldown:
+      default-days: 4
     directory: /
     schedule:
       interval: weekly

Reply via email to