Skip to content

Commit 83386f9

Browse files
authored
Merge pull request #80 from NHSDigital/feature/dependabot-cooldown
Configure dependabot with a 7 day cooldown
2 parents 83ed72e + 457f347 commit 83386f9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ updates:
33
# Python dependencies
44
- package-ecosystem: "pip"
55
directory: "/"
6+
cooldown:
7+
default-days: 7
68
schedule:
79
interval: "weekly"
810
day: "monday"
@@ -11,6 +13,8 @@ updates:
1113
# GitHub Actions
1214
- package-ecosystem: "github-actions"
1315
directory: "/"
16+
cooldown:
17+
default-days: 7
1418
schedule:
1519
interval: "weekly"
1620
day: "monday"
@@ -19,6 +23,8 @@ updates:
1923
# Pre-commit hooks
2024
- package-ecosystem: "pre-commit"
2125
directory: "/"
26+
cooldown:
27+
default-days: 7
2228
schedule:
2329
interval: "weekly"
2430
day: "monday"

0 commit comments

Comments
 (0)