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-http-quickstart-scala.g8.git
The following commit(s) were added to refs/heads/main by this push:
new 9fd155a Create dependabot.yml (#32)
9fd155a is described below
commit 9fd155a4217b2b8cf5a78a705cfbb7cf95b207ab
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Jun 19 10:09:13 2026 +0100
Create dependabot.yml (#32)
* Create dependabot.yml
* Update ci.yml
---
.github/dependabot.yml | 6 ++++++
.github/workflows/ci.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/ci.yml b/.github/workflows/ci.yml
index 5b5cb72..4e28bb1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,7 +22,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]