File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,14 @@ updates:
4545 directory : " /"
4646 schedule :
4747 interval : " daily"
48- cooldown :
49- default-days : 5 # Fallback cooldown if no specific rule applies
50- semver-major-days : 30 # Cooldown for major version updates
51- semver-minor-days : 7 # Cooldown for minor version updates
52- semver-patch-days : 3 # Cooldown for patch updates
53- exclude :
54- - " ansys/actions/*"
48+ # TODO: This should be activated once it's supported
49+ # cooldown:
50+ # default-days: 5 # Fallback cooldown if no specific rule applies
51+ # semver-major-days: 30 # Cooldown for major version updates
52+ # semver-minor-days: 7 # Cooldown for minor version updates
53+ # semver-patch-days: 3 # Cooldown for patch updates
54+ # exclude:
55+ # - "ansys/actions/*"
5556 labels :
5657 - " maintenance"
5758 assignees :
Original file line number Diff line number Diff line change 1+ Dependabot cooldown on github-actions is not supported
You can’t perform that action at this time.
0 commit comments