There was an error while loading. Please reload this page.
1 parent 2825d6e commit 23686a9Copy full SHA for 23686a9
1 file changed
.github/dependabot.yml
@@ -1,10 +1,12 @@
1
version: 2
2
updates:
3
- - package-ecosystem: "github-actions"
4
- directory: "/"
+ - package-ecosystem: github-actions
+ directory: '/'
5
schedule:
6
- interval: "daily"
7
- - package-ecosystem: "julia"
8
+ interval: cron
+ cronjob: '20 8 * * 2'
+ - package-ecosystem: julia
9
10
11
12
0 commit comments