Skip to content

Commit 8fefef3

Browse files
Add cooldown configuration for package ecosystems in dependabot.yml (#1666)
Co-authored-by: Garry Trinder <garry@trinder365.co.uk>
1 parent 7165255 commit 8fefef3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,19 @@ updates:
77
- "/DevProxy.Plugins"
88
schedule:
99
interval: daily
10+
cooldown:
11+
default-days: 7
1012

1113
- package-ecosystem: "docker"
1214
directory: "/"
1315
schedule:
1416
interval: daily
17+
cooldown:
18+
default-days: 7
1519

1620
- package-ecosystem: "github-actions"
1721
directory: "/"
1822
schedule:
19-
interval: daily
23+
interval: daily
24+
cooldown:
25+
default-days: 7

0 commit comments

Comments
 (0)