Skip to content

Commit 1c89bbd

Browse files
SMoraisAnsyspyansys-ci-botRobPasMue
authored
ci: update dependabot configuration (#2297)
Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent f7e8d3f commit 1c89bbd

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
version: 2
2-
enable-beta-ecosystems: true # TODO: to be removed once the beta is stable for cooldown
32
updates:
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:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependabot configuration

0 commit comments

Comments
 (0)