Skip to content

Commit e55f7b0

Browse files
chore: update dependabot to use cron schedule every 6 months
Use the same cron schedule time as the other Github Action [skip ci]
1 parent 53fdaf9 commit e55f7b0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
# Enable version updates for GitHub Actions with daily checks
1+
# Enable version updates for GitHub Actions at cron schedule every 6 months
2+
# Can be manually triggered via menu: Insights > Dependency graph > "Recent update jobs" -> "Check for updates"
3+
24
version: 2
35
updates:
46
- package-ecosystem: "github-actions"
57
directory: "/"
68
schedule:
7-
interval: "weekly"
9+
interval: "cron"
10+
cronjob: "0 0 1 1/6 *"
811
commit-message:
912
prefix: "chore"
1013
include: "scope"

0 commit comments

Comments
 (0)