Maven Dependency Updates #164
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |