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 2364a3e commit 9d87a5fCopy full SHA for 9d87a5f
.github/dependabot.yml
@@ -7,7 +7,8 @@ updates:
7
prefix: "(sdk)"
8
directory: "/"
9
schedule:
10
- interval: daily
+ interval: cron
11
+ cronjob: "0 12 * * *"
12
- package-ecosystem: nuget
13
labels:
14
- "dependencies"
@@ -38,7 +39,8 @@ updates:
38
39
- "/new-cli"
40
- "/src"
41
42
43
44
open-pull-requests-limit: 10
45
46
- package-ecosystem: github-actions
@@ -52,7 +54,8 @@ updates:
52
54
- "actions/*"
53
55
56
57
58
59
60
- package-ecosystem: npm
61
@@ -65,4 +68,5 @@ updates:
65
68
- "remark*"
66
69
67
70
- interval: monthly
71
72
+ cronjob: "0 12 1,15 * *"
0 commit comments