Skip to content

chore(deps): regenerate dependency artifacts #70

chore(deps): regenerate dependency artifacts

chore(deps): regenerate dependency artifacts #70

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@75abd12e0ae2cfb69c6e79a7a53d4fc834fca470 # main
secrets:
AUBE_LOCK_APP_ID: ${{ secrets.AUBE_LOCK_APP_ID }}
AUBE_LOCK_APP_PRIVATE_KEY: ${{ secrets.AUBE_LOCK_APP_PRIVATE_KEY }}