This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch replace-octopin-with-dependabot
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit c7066bd1da88ba21e566b96d0faa34260244c1de
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Mar 7 16:32:31 2026 +0100

    Replace octopin with Dependabot to upgrade actions
    
    Eclipse's octopin has been archived in Feb and will not get any
    more updates https://github.com/eclipse-csi/octopin.
    
    Dependabot should be good enough to do the updates for us.
---
 .github/dependabot.yml  | 5 +++++
 .pre-commit-config.yaml | 8 --------
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 021aff77f95..b9c56dec1fe 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -17,6 +17,11 @@
 ---
 version: 2
 updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      # Check for updates to GitHub Actions every week
+      interval: "weekly"
   - package-ecosystem: pip
     cooldown:
       default-days: 4
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f5b78f1c5d8..66c93463168 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -30,14 +30,6 @@ repos:
         description: Print input to the static check hooks for troubleshooting
       - id: check-hooks-apply
         name: Check if all hooks apply to the repository
-  - repo: https://github.com/eclipse-csi/octopin
-    rev: 67eac129b3e1d8ddb47e657bb2fda28c33d948ca  # frozen: v0.1.4
-    hooks:
-      - id: pin-versions
-        name: Pin versions of dependencies in CI workflows (manual)
-        stages: ['manual']
-        language: python
-        language_version: python311
   - repo: https://github.com/thlorenz/doctoc.git
     rev: d7815f1f950f8d5ec933fa4f70208bf316bb13f8  # frozen: v2.3.0
     hooks:

Reply via email to