Skip to content

chore(deps): lock file maintenance #160

chore(deps): lock file maintenance

chore(deps): lock file maintenance #160

Workflow file for this run

name: aube-lock
# Regenerates aube-lock.yaml on Renovate branches. Renovate's npm manager
# updates package.json but has no aube support, leaving the lockfile stale
# and breaking `aube install --frozen-lockfile` in CI. See
# jdx/renovate-config for the workflow implementation.
on:
push:
branches: ["renovate/**"]
permissions:
contents: write
jobs:
aube-lock:
uses: jdx/renovate-config/.github/workflows/aube-lock.yml@e922356370564d50ee32019effdf4739973cf202 # main
secrets:
AUBE_LOCK_APP_ID: ${{ secrets.AUBE_LOCK_APP_ID }}
AUBE_LOCK_APP_PRIVATE_KEY: ${{ secrets.AUBE_LOCK_APP_PRIVATE_KEY }}