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-scala.g8.git
The following commit(s) were added to refs/heads/main by this push:
new 1bef081 Create dependabot.yml (#36)
1bef081 is described below
commit 1bef0812a1af20b605319a971adb5bb0d6ae0ba3
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jun 16 17:35:32 2026 +0100
Create dependabot.yml (#36)
* 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 bdd6854..7d233d1 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]