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