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-archive.git


The following commit(s) were added to refs/heads/main by this push:
     new 7eae1e93132 Optimize dependabot running
7eae1e93132 is described below

commit 7eae1e931324f5573d1943a89d4ddae129cd50dd
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Aug 9 09:15:42 2026 +0800

    Optimize dependabot running
---
 .github/dependabot.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 38d2db4cb67..e2da1f1f0fc 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -28,7 +28,7 @@ updates:
     groups:
       github-actions:
         patterns:
-          - "*"
+          - ".github/*"
   - package-ecosystem: github-actions
     cooldown:
       default-days: 7
@@ -39,7 +39,7 @@ updates:
     groups:
       github-actions:
         patterns:
-          - "*"
+          - ".github/*"
   - package-ecosystem: pre-commit
     cooldown:
       default-days: 7
@@ -49,7 +49,7 @@ updates:
     groups:
       pre-commit-hooks:
         patterns:
-          - "*"
+          - ".pre-commit-config.yaml"
   - package-ecosystem: pre-commit
     cooldown:
       default-days: 7
@@ -60,4 +60,4 @@ updates:
     groups:
       pre-commit-hooks:
         patterns:
-          - "*"
+          - ".pre-commit-config.yaml"

Reply via email to