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 0d66178bde1 Add dependabot for plugin template as well (#57288)
0d66178bde1 is described below

commit 0d66178bde1f9fd88b4c56cb4872372f2ab3fd62
Author: Jens Scheffler <[email protected]>
AuthorDate: Sun Oct 26 11:41:22 2025 +0100

    Add dependabot for plugin template as well (#57288)
---
 .github/dependabot.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 7d800a7b9c6..79474d5a10c 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -51,6 +51,16 @@ updates:
         patterns:
           - "*"
 
+  - package-ecosystem: npm
+    directories:
+      - /dev/react-plugin-tools/react_plugin_template
+    schedule:
+      interval: daily
+    groups:
+      ui-plugin-template-package-updates:
+        patterns:
+          - "*"
+
   - package-ecosystem: npm
     directories:
       - /providers/edge3/src/airflow/providers/edge3/plugins/www

Reply via email to