Upgrade dependencies #1
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: Upgrade dependencies | |
on: | |
workflow_dispatch: | |
schedule: | |
# Runs 12:00AM on the first of every month | |
- cron: '0 0 1 * *' | |
jobs: | |
upgrade: | |
# using `main` as the ref will keep your workflow up-to-date | |
uses: hashicorp/vault-workflows-common/.github/workflows/bulk-dependency-updates.yaml@main | |
secrets: | |
VAULT_ECO_GITHUB_TOKEN: ${{ secrets.VAULT_ECO_GITHUB_TOKEN }} | |
with: | |
# either hashicorp/vault-ecosystem-applications or hashicorp/vault-ecosystem-foundations | |
reviewer-team: hashicorp/vault-ecosystem-applications | |
repository: ${{ github.repository }} | |
run-id: ${{ github.run_id }} |