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

engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 22ce39e3a5 dependabot: update GitHub Actions only weekly (#2565)
22ce39e3a5 is described below

commit 22ce39e3a5cbdf8adf4758d0da9a527c678060db
Author: Arnout Engelen <[email protected]>
AuthorDate: Wed Dec 10 11:27:48 2025 +0100

    dependabot: update GitHub Actions only weekly (#2565)
    
    To reduce race conditions with 
https://github.com/apache/infrastructure-action
---
 .github/dependabot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 123014908b..5ace4600a1 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -3,4 +3,4 @@ updates:
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
-      interval: "daily"
+      interval: "weekly"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to