diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 7e545cb..aebe67b 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -4,7 +4,7 @@ name: Vakgroep SO Dependabot on: schedule: # Run the script on the 1st and 15th of every month - - cron: '0 6 1,15 * *' + - cron: '0 6 1 * *' workflow_dispatch: # Creates button on Github to trigger the workflow manually jobs: