.github/workflows/lock-file-maintenance.yml #456
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Lock File Maintenance" | ||
on: # yamllint disable-line rule:truthy | ||
schedule: | ||
- cron: "0 */3 * * *" # At minute 0 past every 3rd hour. | ||
pull_request: | ||
branches: | ||
- "dependabot/**" | ||
workflow_dispatch: # yamllint disable-line rule:empty-values | ||
permissions: | ||
contents: "read" # for checkout | ||
jobs: | ||
stale-issues: | ||
uses: "anolilab/workflows/.github/workflows/lock-file-maintenance.yml@main" | ||
Check failure on line 16 in .github/workflows/lock-file-maintenance.yml GitHub Actions / .github/workflows/lock-file-maintenance.ymlInvalid workflow file
|
||
with: | ||
target-repo: "visulima/packem" |