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-projection.git
The following commit(s) were added to refs/heads/main by this push:
new 6b92e80 chore: introduce dependabot for GitHub Actions (#334)
6b92e80 is described below
commit 6b92e80701c8d1aa8a4ef7371b60199a1c263aa9
Author: Arnout Engelen <[email protected]>
AuthorDate: Fri Nov 7 16:56:40 2025 +0100
chore: introduce dependabot for GitHub Actions (#334)
Similar to https://github.com/apache/pekko/blob/main/.github/dependabot.yml
Notably sbt-dependency-submission in
https://github.com/apache/pekko-projection/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]