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

vincbeck pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 363e75a6df2 [v3-1-test] Only upgrade patch and minor NPM version in 
`v3-1-test` (#62961) (#62967)
363e75a6df2 is described below

commit 363e75a6df2d56896517488510aa26e8b879b43b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 5 19:04:20 2026 -0500

    [v3-1-test] Only upgrade patch and minor NPM version in `v3-1-test` 
(#62961) (#62967)
    
    (cherry picked from commit c006e74bac10ab6c55408a89671894f6e682cb03)
    
    Co-authored-by: Vincent <[email protected]>
---
 .github/dependabot.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 917a7d945a2..af0b44bf8fb 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -131,6 +131,9 @@ updates:
       core-ui-package-updates:
         patterns:
           - "*"
+        update-types:
+          - "minor"
+          - "patch"
 
   - package-ecosystem: npm
     cooldown:
@@ -144,6 +147,9 @@ updates:
       core-ui-package-updates:
         patterns:
           - "*"
+        update-types:
+          - "minor"
+          - "patch"
 
   # Repeat dependency updates on 2.11 branch as well
   - package-ecosystem: pip

Reply via email to