We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53fdaf9 commit e55f7b0Copy full SHA for e55f7b0
.github/dependabot.yml
@@ -1,10 +1,13 @@
1
-# Enable version updates for GitHub Actions with daily checks
+# 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
+
4
version: 2
5
updates:
6
- package-ecosystem: "github-actions"
7
directory: "/"
8
schedule:
- interval: "weekly"
9
+ interval: "cron"
10
+ cronjob: "0 0 1 1/6 *"
11
commit-message:
12
prefix: "chore"
13
include: "scope"
0 commit comments