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

potiuk 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 ca4136a53e5 [v3-1-test] Split npm dependabot minor+patch and major 
version PRs (#62889) (#63007)
ca4136a53e5 is described below

commit ca4136a53e5a26f5bb0dc6a2acfa866ecb719fac
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 8 16:07:33 2026 +0100

    [v3-1-test] Split npm dependabot minor+patch and major version PRs (#62889) 
(#63007)
    
    * Ignore major npm dependabot upgrades
    
    * Move major versions to different group
    (cherry picked from commit a2e3613cd074017db1241f75f99f27f2d0b955dd)
    
    Co-authored-by: Brent Bovenzi <[email protected]>
---
 .github/dependabot.yml | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index af0b44bf8fb..021aff77f95 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -48,6 +48,15 @@ updates:
       core-ui-package-updates:
         patterns:
           - "*"
+        update-types:
+          - "minor"
+          - "patch"
+      major-version-updates:
+        patterns:
+          - "*"
+        applies-to: security-updates
+        update-types:
+          - "major"
 
   - package-ecosystem: npm
     cooldown:
@@ -60,6 +69,15 @@ updates:
       core-ui-package-updates:
         patterns:
           - "*"
+        update-types:
+          - "minor"
+          - "patch"
+      major-version-updates:
+        patterns:
+          - "*"
+        applies-to: security-updates
+        update-types:
+          - "major"
 
   - package-ecosystem: npm
     cooldown:
@@ -72,6 +90,15 @@ updates:
       ui-plugin-template-package-updates:
         patterns:
           - "*"
+        update-types:
+          - "minor"
+          - "patch"
+      ui-plugin-template-major-version-updates:
+        patterns:
+          - "*"
+        applies-to: security-updates
+        update-types:
+          - "major"
 
   - package-ecosystem: npm
     cooldown:
@@ -134,6 +161,9 @@ updates:
         update-types:
           - "minor"
           - "patch"
+    ignore:
+      - dependency-name: "*"
+        update-types: ["version-update:semver-major"]
 
   - package-ecosystem: npm
     cooldown:
@@ -150,6 +180,9 @@ updates:
         update-types:
           - "minor"
           - "patch"
+    ignore:
+      - dependency-name: "*"
+        update-types: ["version-update:semver-major"]
 
   # Repeat dependency updates on 2.11 branch as well
   - package-ecosystem: pip

Reply via email to