Skip to content

Commit 77e9da3

Browse files
committed
Add dependabot cooldowns
- Added cooldown period for bundler(3 days) and github-actions(3 days) as per the documentation - https://docs.publishing.service.gov.uk/manual/manage-dependencies.html#example-configurations
1 parent 96ba6a7 commit 77e9da3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ updates:
44
directory: /
55
schedule:
66
interval: daily
7+
cooldown:
8+
default-days: 3
9+
exclude:
10+
- gds-api-adapters
11+
- govuk_*
12+
- rubocop-govuk
713
- package-ecosystem: github-actions
814
directory: /
915
schedule:
1016
interval: daily
17+
cooldown:
18+
default-days: 3

0 commit comments

Comments
 (0)