Skip to content

Commit a2e61d7

Browse files
authored
Merge pull request #1201 from bact/add-cooldown
Add cooldown period for dependabot
2 parents 28fe327 + 1ad2c3d commit a2e61d7

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,21 @@
22
# package ecosystems to update and where the package manifests are located.
33
# Please see the documentation for all configuration options:
44
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
# https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference
6+
# Read about cooldown periods here:
7+
# https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns
58

69
version: 2
710
updates:
811
- package-ecosystem: "github-actions"
12+
cooldown:
13+
default-days: 7
914
directory: "/"
1015
schedule:
11-
interval: "daily"
16+
interval: "weekly"
1217
- package-ecosystem: "pip"
18+
cooldown:
19+
default-days: 7
1320
directory: "/"
1421
schedule:
1522
interval: "weekly"

0 commit comments

Comments
 (0)