Skip to content

Commit 9a07c82

Browse files
committed
ci: Check github-actions deps 3x in year
GitHub Actions are updated frequently, but are important mostly during _opinions_ releasing (which is rare). Go modlues are updated rarely. Lower check frequency means less time spent on merges.
1 parent 37f3443 commit 9a07c82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ updates:
33
- package-ecosystem: github-actions
44
directory: /
55
schedule:
6-
interval: monthly
6+
interval: "cron"
7+
cronjob: "5 4 2 */4 *"
78

89
- package-ecosystem: gomod
910
directory: /

0 commit comments

Comments
 (0)