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

fanningpj 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 9ed7d3232e Add dependabot support for GitHub Actions on branch 1.5.x 
(#2695)
9ed7d3232e is described below

commit 9ed7d3232e40ac44ec34095b484fb96e4108ff12
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Feb 28 15:25:05 2026 +0100

    Add dependabot support for GitHub Actions on branch 1.5.x (#2695)
---
 .github/dependabot.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5ace4600a1..31eeaa822a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,3 +4,8 @@ updates:
     directory: "/"
     schedule:
       interval: "weekly"
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    target-branch: "1.5.x"
+    schedule:
+      interval: "weekly"


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

Reply via email to