Monthly npm dependency update and create PR #18
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: Monthly npm dependency update and create PR | |
| on: | |
| schedule: | |
| - cron: "0 8 1 * *" # 08:00 UTC on the 1st of every month | |
| workflow_dispatch: | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| update: | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| uses: equinor/armada/.github/workflows/npm_dependency_update_and_create_pr.yml@main | |
| with: | |
| working-directory: frontend | |
| node-version: "24" | |
| operation: update |