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-persistence-r2dbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 7aff3e7  chore: add dependabot for GitHub Actions (#259)
7aff3e7 is described below

commit 7aff3e792ee800aab013174b492ddcb5ea18c97c
Author: Arnout Engelen <[email protected]>
AuthorDate: Fri Nov 7 16:57:06 2025 +0100

    chore: add dependabot for GitHub Actions (#259)
    
    Similar to https://github.com/apache/pekko/blob/main/.github/dependabot.yml
    
    Notably sbt-dependency-submission in
    
https://github.com/apache/pekko-persistence-r2dbc/blob/main/.github/workflows/dependency-graph.yml
 is outdated
---
 .github/dependabot.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..5ace460
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"


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

Reply via email to