.github/workflows/update-dependencies-node.yaml #4
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: "Update Node Dependencies" | ||
| on: | ||
| workflow_dispatch: | ||
| schedule: | ||
| # Runs at 12:30 (GMT), which is 06:30 (CST), Monday through Friday. | ||
| - cron: "30 12 * * MON-FRI" | ||
| permissions: | ||
| contents: write | ||
| pull-requests: write | ||
| id-token: write | ||
| jobs: | ||
| update-deps: | ||
| uses: Workiva/gha-ts/.github/workflows/update-deps.yaml@v0.1.34 | ||
|
Check failure on line 16 in .github/workflows/update-dependencies-node.yaml
|
||
| with: | ||
| package-path: . | ||
| team-reviewers: fedx | ||