Release dependabot updates #223
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: Release dependabot updates | |
on: | |
# To generate a release on every update | |
# push: | |
# branches: master | |
# To group dependabot updates in the same release | |
schedule: | |
- cron: '30 5 * * *' | |
# To allow manual execution | |
workflow_dispatch: | |
jobs: | |
release: | |
uses: adevinta/vulcan-cicd/.github/workflows/reusable-release-dependabot-updates.yml@v1 |