Skip to content

Commit abe5e2e

Browse files
authored
ci: add Scala Steward to automatically check for new version of Scala dependencies (#18)
It was previously set thanks to https://github.com/VirtusLab/scala-steward-repos but we prefer to configure it through GitHub Actions in order to be more explicit
1 parent 0fa2ba8 commit abe5e2e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
on:
2+
schedule:
3+
- cron: '0 6 * * 1-5'
4+
5+
name: 🍄 Check dependencies updates
6+
7+
permissions:
8+
contents: write
9+
pull-requests: write
10+
11+
jobs:
12+
scala-steward:
13+
runs-on: ubuntu-22.04
14+
name: Check Scala project dependencies updates with Scala Steward
15+
steps:
16+
- uses: scala-steward-org/scala-steward-action@v2

0 commit comments

Comments
 (0)