We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50477c8 commit aa2889cCopy full SHA for aa2889c
1 file changed
.github/dependabot.yml
@@ -1,15 +1,17 @@
1
version: 2
2
updates:
3
-- package-ecosystem: maven
4
- directory: "/"
5
- schedule:
6
- interval: daily
7
- open-pull-requests-limit: 10
8
- groups:
9
- jackson:
10
- patterns:
11
- - "com.fasterxml.jackson*"
12
-- package-ecosystem: "github-actions"
13
14
15
+ - package-ecosystem: maven
+ directory: "/"
+ schedule:
+ interval: daily
+ time: "14:00"
+ open-pull-requests-limit: 10
+ groups:
+ jackson:
+ patterns:
+ - "com.fasterxml.jackson*"
+ - package-ecosystem: "github-actions"
16
17
0 commit comments