Skip to content

Maven Dependency Updates #75

Maven Dependency Updates

Maven Dependency Updates #75

name: Maven Dependency Updates
on:
schedule:
- cron: "30 10 * * 2"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
update:
uses: ardoco/actions/.github/workflows/maven-update.yml@main
with:
with-submodules: true
secrets:
PAT: ${{ secrets.SDQ_TOKEN }}