File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
69version : 2
710updates :
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"
You can’t perform that action at this time.
0 commit comments