jscheffl commented on code in PR #48124:
URL: https://github.com/apache/airflow/pull/48124#discussion_r2009210596


##########
.github/dependabot.yml:
##########
@@ -36,3 +36,43 @@ updates:
       provider-dependencies:
         patterns:
           - "*"
+
+  - package-ecosystem: npm
+    directories:
+      - /airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui
+      - /airflow-core/src/airflow/ui
+      - /providers/fab/src/airflow/providers/fab/www
+    schedule:
+      interval: daily
+
+  # Repeat dependency updates on 2.10 branch as well
+  - package-ecosystem: pip
+    directories:
+      - /clients/python
+      - /dev/breeze
+      - /docker_tests
+      - /task-sdk
+      - /
+    schedule:
+      interval: daily
+    target-branch: v2-10-test
+
+  - package-ecosystem: pip

Review Comment:
   Correct - and having a second look... there is also no task_sdk :-D
   On the other hand the airflowctl is missing for the main...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to