Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Update sbt, scripted-plugin to 1.10.4 (#55) #131

Update sbt, scripted-plugin to 1.10.4 (#55)

Update sbt, scripted-plugin to 1.10.4 (#55) #131

Workflow file for this run

name: autoupdate
on:
push: {}
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-latest
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
PR_FILTER: "labelled"
PR_LABELS: "type: dependencies,autoupdate"
EXCLUDED_LABELS: "do-not-autoupdate"