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 e56d81ca327 Add new Provider Registry to dependabot (#63118)
e56d81ca327 is described below

commit e56d81ca32784be2688821d371a041982817fbc8
Author: Jens Scheffler <[email protected]>
AuthorDate: Sun Mar 8 16:33:51 2026 +0100

    Add new Provider Registry to dependabot (#63118)
---
 .github/dependabot.yml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 9c9a16c3cc2..06da7e4ed6c 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -150,6 +150,27 @@ updates:
         patterns:
           - "*"
 
+  - package-ecosystem: npm
+    cooldown:
+      default-days: 4
+    directories:
+      - /registry
+    schedule:
+      interval: daily
+    groups:
+      core-ui-package-updates:
+        patterns:
+          - "*"
+        update-types:
+          - "minor"
+          - "patch"
+      major-version-updates:
+        patterns:
+          - "*"
+        applies-to: security-updates
+        update-types:
+          - "major"
+
   # Repeat dependency updates on v3-1-test branch as well
   - package-ecosystem: pip
     cooldown:

Reply via email to