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 ff6466e commit e41f275Copy full SHA for e41f275
.github/dependabot.yml
@@ -3,20 +3,25 @@ updates:
3
- package-ecosystem: maven
4
directory: "/"
5
schedule:
6
- interval: daily
7
- time: '03:00'
+ interval: weekly
+ time: '05:00'
8
open-pull-requests-limit: 10
9
target-branch: "main"
10
commit-message:
11
- prefix: "[bot]"
+ prefix: "deps: "
12
13
- package-ecosystem: pip
14
15
16
17
18
19
20
21
22
23
+- package-ecosystem: "github-actions"
24
+ directory: "/"
25
+ schedule:
26
27
+ time: '05:00' # Otherwise it picks a random time.
0 commit comments