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


The following commit(s) were added to refs/heads/main by this push:
     new 08877d803f7 Group dependabot action updates (#63143)
08877d803f7 is described below

commit 08877d803f7c03b9ec180e7aa79e8bb282510cf1
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Mar 8 21:35:23 2026 +0100

    Group dependabot action updates (#63143)
---
 .github/dependabot.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 06da7e4ed6c..b8dc1d985aa 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -24,6 +24,10 @@ updates:
     schedule:
       # Check for updates to GitHub Actions every week
       interval: "weekly"
+    groups:
+      github-actions-updates:
+        patterns:
+          - "*"
 
   - package-ecosystem: "github-actions"
     directory: "/"
@@ -33,6 +37,10 @@ updates:
       # Check for updates to GitHub Actions every week
       interval: "weekly"
     target-branch: v3-1-test
+    groups:
+      github-actions-updates:
+        patterns:
+          - "*"
 
   - package-ecosystem: "github-actions"
     directory: "/"
@@ -42,6 +50,10 @@ updates:
       # Check for updates to GitHub Actions every week
       interval: "weekly"
     target-branch: v2-11-test
+    groups:
+      github-actions-updates:
+        patterns:
+          - "*"
 
   - package-ecosystem: pip
     cooldown:

Reply via email to