Skip to content

Commit 926a541

Browse files
committed
ci(dependabot): add cooldown default delay
1 parent e613979 commit 926a541

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
version: 2
22
updates:
33
- package-ecosystem: nuget
4-
directory: "/"
4+
directory: /
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
88
groups:
99
coverlet:
1010
patterns:
11-
- "coverlet.*"
11+
- coverlet.*
12+
cooldown:
13+
default-days: 7
1214
- package-ecosystem: github-actions
13-
directory: "/"
15+
directory: /
1416
schedule:
1517
interval: daily
1618
open-pull-requests-limit: 10
19+
cooldown:
20+
default-days: 7

0 commit comments

Comments
 (0)