diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ccec290c..8354ede1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,8 @@ updates: directory: /.github/workflows/ open-pull-requests-limit: 100 schedule: - interval: daily + cronjob: 0 12 * * * + interval: cron labels: - "topic: infrastructure" assignees: @@ -20,7 +21,8 @@ updates: directory: /workflow-templates/ open-pull-requests-limit: 100 schedule: - interval: daily + cronjob: 0 13 * * * + interval: cron labels: - "topic: infrastructure" assignees: @@ -30,7 +32,8 @@ updates: directory: / open-pull-requests-limit: 100 schedule: - interval: daily + cronjob: 0 14 * * * + interval: cron labels: - "topic: infrastructure" assignees: @@ -40,7 +43,8 @@ updates: directory: / open-pull-requests-limit: 100 schedule: - interval: daily + cronjob: 0 15 * * * + interval: cron labels: - "topic: infrastructure" assignees: diff --git a/workflow-templates/assets/dependabot/dependabot.yml b/workflow-templates/assets/dependabot/dependabot.yml index 03b0e93f..8ae70fc4 100644 --- a/workflow-templates/assets/dependabot/dependabot.yml +++ b/workflow-templates/assets/dependabot/dependabot.yml @@ -8,6 +8,7 @@ updates: - package-ecosystem: github-actions directory: /.github/workflows/ schedule: - interval: daily + cronjob: 0 12 * * * + interval: cron labels: - "topic: infrastructure"