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

vincbeck 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 c006e74bac1 Only upgrade patch and minor NPM version in `v3-1-test` 
(#62961)
c006e74bac1 is described below

commit c006e74bac10ab6c55408a89671894f6e682cb03
Author: Vincent <[email protected]>
AuthorDate: Thu Mar 5 18:40:14 2026 -0500

    Only upgrade patch and minor NPM version in `v3-1-test` (#62961)
---
 .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