Bump Config File Dependencies #31
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: Bump Config File Dependencies | |
on: | |
schedule: | |
- cron: "0 20 * * SUN" # Sunday @ 2000 UTC | |
workflow_dispatch: | |
jobs: | |
dep-bump-versions: | |
name: Bump Config File Dependencies | |
uses: beeware/.github/.github/workflows/dep-version-bump.yml@main | |
secrets: inherit | |
with: | |
subdirectory: . automation |