Skip to content

Commit

Permalink
ci: add Scala Steward to automatically check for new version of Scala…
Browse files Browse the repository at this point in the history
… dependencies (#3)
  • Loading branch information
JavierCane authored Jul 10, 2024
1 parent 5fbd26a commit 0dd9f2e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/check-dependencies-updates.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
schedule:
- cron: '0 6 * * 1-5'

name: 🍄 Check dependencies updates

permissions:
contents: write
pull-requests: write

jobs:
scala-steward:
runs-on: ubuntu-22.04
name: Check Scala project dependencies updates with Scala Steward
steps:
- uses: scala-steward-org/scala-steward-action@v2

0 comments on commit 0dd9f2e

Please sign in to comment.