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