Skip to content

Commit 0a185f2

Browse files
authored
Merge pull request #146 from Staffbase/ci-1108/add-dependabot-cooldown
CI-1108: Add Dependabot cooldown to mitigate supply-chain attacks
2 parents 47b046a + 7d119f3 commit 0a185f2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ updates:
66
interval: "daily"
77
time: "08:00"
88
timezone: "Europe/Berlin"
9+
cooldown:
10+
default-days: 7
911
target-branch: "main"
1012
open-pull-requests-limit: 10
1113
labels:
@@ -28,6 +30,8 @@ updates:
2830
interval: "daily"
2931
time: "08:00"
3032
timezone: "Europe/Berlin"
33+
cooldown:
34+
default-days: 7
3135
target-branch: "main"
3236
open-pull-requests-limit: 10
3337
labels:

0 commit comments

Comments
 (0)