Swift Package Dependencies #12
This file contains 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: Swift Package Dependencies | |
on: | |
schedule: | |
- cron: '0 8 * * 1' # every monday AM 8:00 | |
workflow_dispatch: # Allows to manually trigger the script | |
jobs: | |
dependencies: | |
uses: MarcoEidinger/swift-package-dependencies-check/.github/workflows/reusableWorkflow.yml@v2 | |
with: | |
commit-message: 'chore: update package dependencies' |