turn off scan file #9
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
# # Workflow to scan repository for dependency updates and more | |
# name: Scan | |
# on: | |
# schedule: | |
# - "0 3 * * 2" # 3pm on Tuesdays | |
# workflow_dispatch: | |
# jobs: | |
# depcheck: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: Checkout | |
# uses: actions/checkout@v4 | |
# - name: Renovate Bot GitHub Action | |
# uses: renovatebot/[email protected] |