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

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


The following commit(s) were added to refs/heads/main by this push:
     new dc6a5b59f5 Add cooldown days for pre-commit dependabot ecosystem 
(#1473)
dc6a5b59f5 is described below

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

    Add cooldown days for pre-commit dependabot ecosystem (#1473)
    
    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