Opdrachten Team Dependabot #249
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: Opdrachten Team Dependabot | |
on: | |
schedule: # Run the script every day at 6am UTC | |
- cron: "0 6 * * *" | |
workflow_dispatch: | |
jobs: | |
dependabot: | |
name: Templates | |
uses: amsterdam/github-workflows/.github/workflows/dependabot.yml@v1 | |
secrets: inherit | |
with: | |
check_diff: true |