Skip to content

Commit

Permalink
Add scala steward
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Feb 14, 2024
1 parent b80efcf commit 3d93c33
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
schedule:
- cron: '0 0 * * 0'

name: Launch Scala Steward

jobs:
scala-steward:
runs-on: ubuntu-22.04
name: Launch Scala Steward
steps:
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
with:
github-app-id: ${{ secrets.SCALA_STEWARD_APP_ID }}
github-app-installation-id: ${{ secrets.SCALA_STEWARD_INSTALLATION_ID }}
github-app-key: ${{ secrets.SCALA_STEWARD_PRIVATE_KEY }}
github-app-auth-only: true
5 changes: 5 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
updates.pin = [
{ groupId = "org.scala-lang", artifactId = "scala-library", version = "2.12." }
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version = "0.9." }
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox-theme", version = "0.9." }
]

0 comments on commit 3d93c33

Please sign in to comment.