Skip to content

Commit a28ce3e

Browse files
Merge pull request #2869 from quickwit-oss/trinity.pointard/maint
add dependabot cooldown
2 parents 3abc137 + cf9800f commit a28ce3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ updates:
66
interval: daily
77
time: "20:00"
88
open-pull-requests-limit: 10
9+
cooldown:
10+
default-days: 2
911

1012
- package-ecosystem: "github-actions"
1113
directory: "/"
1214
schedule:
1315
interval: daily
1416
time: "20:00"
1517
open-pull-requests-limit: 10
18+
cooldown:
19+
default-days: 2

0 commit comments

Comments
 (0)