File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 11version : 2
2- enable-beta-ecosystems : true # TODO: to be removed once the beta is stable for cooldown
32updates :
43 - package-ecosystem : " pip"
54 directory : " /"
@@ -12,6 +11,10 @@ updates:
1211 semver-patch-days : 3 # Cooldown for patch updates
1312 exclude :
1413 - " ansys-api-geometry"
14+ - " ansys-platform-instancemanagement"
15+ - " ansys-sphinx-theme"
16+ - " ansys-tools-path"
17+ - " ansys-tools-visualization-interface"
1518 labels :
1619 - " maintenance"
1720 - " dependencies"
@@ -42,14 +45,13 @@ updates:
4245 directory : " /"
4346 schedule :
4447 interval : " daily"
45- # TODO: This should be activated once it's supported
46- # cooldown:
47- # default-days: 5 # Fallback cooldown if no specific rule applies
48- # semver-major-days: 30 # Cooldown for major version updates
49- # semver-minor-days: 7 # Cooldown for minor version updates
50- # semver-patch-days: 3 # Cooldown for patch updates
51- # exclude:
52- # - "ansys/actions/*"
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/*"
5355 labels :
5456 - " maintenance"
5557 assignees :
Original file line number Diff line number Diff line change 1+ Update dependabot configuration
You can’t perform that action at this time.
0 commit comments