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 cf7ee94 commit 2066b3cCopy full SHA for 2066b3c
.github/dependabot.yml
@@ -1,17 +1,21 @@
1
version: 2
2
updates:
3
-- package-ecosystem: maven
4
- directory: "/"
5
- schedule:
6
- interval: daily
7
- 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
15
16
17
+ - package-ecosystem: maven
+ directory: /
+ schedule:
+ interval: daily
+ time: '14:00'
+ open-pull-requests-limit: 10
+ groups:
+ jackson:
+ patterns:
+ - com.fasterxml.jackson*
+ cooldown:
+ default-days: 4
+ - package-ecosystem: github-actions
18
19
20
21
0 commit comments