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 9066c877565 Add cooldown and support for other branches for actions
dependabot (#63078)
9066c877565 is described below
commit 9066c877565b90410c507e2b347e82554fe13c8f
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Mar 8 07:19:27 2026 +0100
Add cooldown and support for other branches for actions dependabot (#63078)
---
.github/dependabot.yml | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index b9c56dec1fe..9c9a16c3cc2 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -19,9 +19,30 @@ version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
+ cooldown:
+ default-days: 4
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
+
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ cooldown:
+ default-days: 4
+ schedule:
+ # Check for updates to GitHub Actions every week
+ interval: "weekly"
+ target-branch: v3-1-test
+
+ - 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
+
- package-ecosystem: pip
cooldown:
default-days: 4