This is an automated email from the ASF dual-hosted git repository.
vincbeck 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 a250c4fc821 [v3-1-test] Enable dependabot for simple auth manager in
`v3-1-test` (#62951) (#62958)
a250c4fc821 is described below
commit a250c4fc8211648d5f7b8e7e6ad53682b629f4fa
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 5 14:03:19 2026 -0500
[v3-1-test] Enable dependabot for simple auth manager in `v3-1-test`
(#62951) (#62958)
(cherry picked from commit 7a8a1c3cb896ee66bb144ad28a2918ac9610492b)
Co-authored-by: Vincent <[email protected]>
---
.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: