Skip to content

Commit 3ce9cd2

Browse files
authored
Merge pull request #6492 from NHSDigital/dependabot-delay
Configure a 7 day cooldown period for Dependabot
2 parents cb664e0 + 9895919 commit 3ce9cd2

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
2+
73
updates:
84
- package-ecosystem: bundler
95
directory: /
106
target-branch: next
117
schedule:
128
interval: daily
9+
cooldown:
10+
default-days: 7
11+
1312
- package-ecosystem: github-actions
1413
directory: /
1514
target-branch: next
1615
schedule:
1716
interval: daily
17+
cooldown:
18+
default-days: 7
19+
1820
- package-ecosystem: npm
1921
directory: /
2022
target-branch: next
2123
schedule:
2224
interval: daily
25+
cooldown:
26+
default-days: 7

0 commit comments

Comments
 (0)