Skip to content

Monthly npm dependency update and create PR #18

Monthly npm dependency update and create PR

Monthly npm dependency update and create PR #18

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