Skip to content

Maven Dependency Updates #86

Maven Dependency Updates

Maven Dependency Updates #86

name: Maven Dependency Updates
on:
schedule:
- cron: "00 11 * * 2"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
update:
uses: kit-sdq/actions/.github/workflows/maven-update.yml@main
secrets:
PAT: ${{ secrets.PAT }}