This is an automated email from the ASF dual-hosted git repository.
vatsrahul1001 pushed a commit to branch v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-3-test by this push:
new 50f1a5bacb8 [v3-3-test] Remove dependabot updates for the v2-11-test
branch (#69061) (#69066)
50f1a5bacb8 is described below
commit 50f1a5bacb8c610a05bc1d4a472aa2edda883efb
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 28 19:37:22 2026 +0530
[v3-3-test] Remove dependabot updates for the v2-11-test branch (#69061)
(#69066)
Airflow 2.11 has reached end of life, so dependabot no longer needs to raise
dependency-update PRs against v2-11-test. Drop the three update blocks
targeting
that branch (github-actions, pip, npm) and their "2.11 branch as well"
section.
The v3-3-test and main update blocks are unchanged.
(cherry picked from commit a3415620fe5d4123cc32bcdf0438c59e469485be)
Co-authored-by: Jarek Potiuk <[email protected]>
---
.github/dependabot.yml | 46 ----------------------------------------------
1 file changed, 46 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 68a622477fc..f0337bb052b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -42,19 +42,6 @@ updates:
patterns:
- "*"
- - package-ecosystem: "github-actions"
- directory: "/"
- cooldown:
- default-days: 4
- schedule:
- # Check for updates to GitHub Actions every week
- interval: "weekly"
- target-branch: v2-11-test
- groups:
- github-actions-updates:
- patterns:
- - "*"
-
- package-ecosystem: pip
cooldown:
default-days: 4
@@ -260,39 +247,6 @@ updates:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- # Repeat dependency updates on 2.11 branch as well
- - package-ecosystem: pip
- cooldown:
- default-days: 4
- directories:
- - /clients/python
- - /dev/breeze
- - /docker_tests
- - /
- schedule:
- interval: "weekly"
- target-branch: v2-11-test
- groups:
- pip-dependency-updates:
- patterns:
- - "*"
-
- - package-ecosystem: npm
- cooldown:
- default-days: 4
- directories:
- - /airflow/www/
- schedule:
- interval: "weekly"
- target-branch: v2-11-test
- groups:
- legacy-ui-package-updates:
- patterns:
- - "*"
- ignore:
- - dependency-name: "*"
- update-types: ["version-update:semver-major"]
-
- package-ecosystem: "uv"
cooldown:
default-days: 4