This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-quickstart-java.g8.git
The following commit(s) were added to refs/heads/main by this push:
new bb40a03 Create dependabot.yml (#35)
bb40a03 is described below
commit bb40a03cc47d3805f18e6e1b63d87f8fd237efbd
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jun 16 21:36:49 2026 +0100
Create dependabot.yml (#35)
* Create dependabot.yml
* Update build-test.yml
---
.github/dependabot.yml | 6 ++++++
.github/workflows/build-test.yml | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
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"
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index ef7f23b..b1b61c2 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -20,7 +20,7 @@ jobs:
java-version: 11
- name: Install sbt
- uses: sbt/setup-sbt@17575ea4e18dd928fe5968dbe32294b97923d65b # v1.1.13
+ uses: sbt/setup-sbt@af116cce31c00823d3903ce687f9cda3a4f19f1b # v1.2.1
- name: Cache Coursier cache
uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c #
v6.4.7
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]