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

csy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git


The following commit(s) were added to refs/heads/master by this push:
     new 10f9d153 [AURON #1760] Enable Dependabot updates for GitHub Actions 
(#1761)
10f9d153 is described below

commit 10f9d1539c20cfd92fe63db9927b88b116aaf8f4
Author: Thomas <[email protected]>
AuthorDate: Sun Jan 4 16:17:27 2026 +0800

    [AURON #1760] Enable Dependabot updates for GitHub Actions (#1761)
    
    # Which issue does this PR close?
    
    Closes #1760
    
    # Rationale for this change
    
    # What changes are included in this PR?
    
    # Are there any user-facing changes?
    
    # How was this patch tested?
---
 .github/dependabot.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 9fd83e88..27931306 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -24,3 +24,10 @@ updates:
     open-pull-requests-limit: 10
     target-branch: master
     labels: [auto-dependencies]
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: daily
+    open-pull-requests-limit: 10
+    target-branch: master
+    labels: [auto-dependencies]
\ No newline at end of file

Reply via email to