Skip to content

Increase dependabot running to weekly #74

Increase dependabot running to weekly

Increase dependabot running to weekly #74

Workflow file for this run

name: Test
on:
pull_request:
push: {branches: main}
schedule: [{cron: '0 0 10 * *'}] # monthly https://crontab.guru/#0_0_10_*_*
workflow_dispatch:
permissions: {contents: read}
jobs:
test:
uses: nodenv/.github/.github/workflows/test.yml@v4
with:

Check failure on line 12 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 12, Col: 10): Unexpected value ''
permissions:
contents: read
packages: read
id-token: write
security-events: write
statuses: write