Skip to content

scheduled batch of minor/patch updates #139

scheduled batch of minor/patch updates

scheduled batch of minor/patch updates #139

name: scheduled batch of minor/patch updates
on:
schedule:
- cron: "00 06 * * 1"
jobs:
npm_update:
uses: gliff-ai/.github/.github/workflows/dependency-updates.yml@main

Check failure on line 8 in .github/workflows/dependency-minor-batch.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dependency-minor-batch.yml

Invalid workflow file

error parsing called workflow ".github/workflows/dependency-minor-batch.yml" -> "gliff-ai/.github/.github/workflows/dependency-updates.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
package_manager: npm
secrets:
ROBOT_PAT: ${{ secrets.ROBOT_PAT }}