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 7a8a1c3cb89 Enable dependabot for simple auth manager in `v3-1-test`
(#62951)
7a8a1c3cb89 is described below
commit 7a8a1c3cb896ee66bb144ad28a2918ac9610492b
Author: Vincent <[email protected]>
AuthorDate: Thu Mar 5 13:45:43 2026 -0500
Enable dependabot for simple auth manager in `v3-1-test` (#62951)
---
.github/dependabot.yml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 8437776faf9..917a7d945a2 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -132,6 +132,19 @@ updates:
patterns:
- "*"
+ - package-ecosystem: npm
+ cooldown:
+ default-days: 4
+ directories:
+ - /airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui
+ schedule:
+ interval: daily
+ target-branch: v3-1-test
+ groups:
+ core-ui-package-updates:
+ patterns:
+ - "*"
+
# Repeat dependency updates on 2.11 branch as well
- package-ecosystem: pip
cooldown: